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 2254eaaa32SAndre Fischer#include "EmptyPanel.hrc" 2354eaaa32SAndre Fischer#include <svx/dialogs.hrc> 2454eaaa32SAndre Fischer 2554eaaa32SAndre FischerControl RID_SIDEBAR_EMPTY_PANEL 2654eaaa32SAndre Fischer{ 2754eaaa32SAndre Fischer FixedText FT_MESSAGE 2854eaaa32SAndre Fischer { 2954eaaa32SAndre Fischer Pos = MAP_APPFONT(2,2); 3054eaaa32SAndre Fischer Size = MAP_APPFONT(100,24); 31*13067c2dSAndre Fischer Text [en-US] = "Properties for the task that you are performing are not available for the current selection"; 3254eaaa32SAndre Fischer }; 3354eaaa32SAndre Fischer}; 34