xref: /aoo42x/main/svx/source/sidebar/EmptyPanel.src (revision cc8504a3)
154eaaa32SAndre Fischer/**************************************************************
2*cc8504a3Smseidel *
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
10*cc8504a3Smseidel *
1154eaaa32SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*cc8504a3Smseidel *
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.
19*cc8504a3Smseidel *
2054eaaa32SAndre Fischer *************************************************************/
2154eaaa32SAndre Fischer
22*cc8504a3Smseidel
23*cc8504a3Smseidel
2454eaaa32SAndre Fischer#include "EmptyPanel.hrc"
2554eaaa32SAndre Fischer#include <svx/dialogs.hrc>
2654eaaa32SAndre Fischer
2754eaaa32SAndre FischerControl RID_SIDEBAR_EMPTY_PANEL
2854eaaa32SAndre Fischer{
29*cc8504a3Smseidel	FixedText FT_MESSAGE
30*cc8504a3Smseidel	{
31*cc8504a3Smseidel		Pos = MAP_APPFONT ( 2, 2 ) ;
32*cc8504a3Smseidel		Size = MAP_APPFONT ( 100, 24 ) ;
33*cc8504a3Smseidel		Text [en-US] = "Properties for the task that you are performing are not available for the current selection" ;
34*cc8504a3Smseidel	};
3554eaaa32SAndre Fischer};
36*cc8504a3Smseidel
37*cc8504a3Smseidel// ********************************************************************** EOF
38