xref: /trunk/main/svx/source/sidebar/EmptyPanel.src (revision 82cd276c3e69735226fad02a18e2112e6d7aa273)
154eaaa32SAndre Fischer/**************************************************************
254eaaa32SAndre Fischer *
354eaaa32SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
454eaaa32SAndre Fischer * or more contributor license agreements.  See the NOTICE file
554eaaa32SAndre Fischer * distributed with this work for additional information
654eaaa32SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
754eaaa32SAndre Fischer * to you under the Apache License, Version 2.0 (the
854eaaa32SAndre Fischer * "License"); you may not use this file except in compliance
954eaaa32SAndre Fischer * with the License.  You may obtain a copy of the License at
1054eaaa32SAndre Fischer *
1154eaaa32SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
1254eaaa32SAndre Fischer *
1354eaaa32SAndre Fischer * Unless required by applicable law or agreed to in writing,
1454eaaa32SAndre Fischer * software distributed under the License is distributed on an
1554eaaa32SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1654eaaa32SAndre Fischer * KIND, either express or implied.  See the License for the
1754eaaa32SAndre Fischer * specific language governing permissions and limitations
1854eaaa32SAndre Fischer * under the License.
1954eaaa32SAndre Fischer *
2054eaaa32SAndre Fischer *************************************************************/
2154eaaa32SAndre Fischer
22*82cd276cSmseidel
23*82cd276cSmseidel
2454eaaa32SAndre Fischer#include "EmptyPanel.hrc"
2554eaaa32SAndre Fischer#include <svx/dialogs.hrc>
2654eaaa32SAndre Fischer
2754eaaa32SAndre FischerControl RID_SIDEBAR_EMPTY_PANEL
2854eaaa32SAndre Fischer{
2954eaaa32SAndre Fischer    FixedText FT_MESSAGE
3054eaaa32SAndre Fischer    {
3154eaaa32SAndre Fischer        Pos = MAP_APPFONT ( 2, 2 ) ;
3254eaaa32SAndre Fischer        Size = MAP_APPFONT ( 100, 24 ) ;
3313067c2dSAndre Fischer        Text [en-US] = "Properties for the task that you are performing are not available for the current selection" ;
3454eaaa32SAndre Fischer    };
3554eaaa32SAndre Fischer};
36*82cd276cSmseidel
37*82cd276cSmseidel// ********************************************************************** EOF
38