xref: /AOO41X/main/svx/source/sidebar/EmptyPanel.src (revision 54eaaa32c60e679ad1351cc15af52d26a4fcfcff)
1*54eaaa32SAndre Fischer/**************************************************************
2*54eaaa32SAndre Fischer *
3*54eaaa32SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4*54eaaa32SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5*54eaaa32SAndre Fischer * distributed with this work for additional information
6*54eaaa32SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7*54eaaa32SAndre Fischer * to you under the Apache License, Version 2.0 (the
8*54eaaa32SAndre Fischer * "License"); you may not use this file except in compliance
9*54eaaa32SAndre Fischer * with the License.  You may obtain a copy of the License at
10*54eaaa32SAndre Fischer *
11*54eaaa32SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*54eaaa32SAndre Fischer *
13*54eaaa32SAndre Fischer * Unless required by applicable law or agreed to in writing,
14*54eaaa32SAndre Fischer * software distributed under the License is distributed on an
15*54eaaa32SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*54eaaa32SAndre Fischer * KIND, either express or implied.  See the License for the
17*54eaaa32SAndre Fischer * specific language governing permissions and limitations
18*54eaaa32SAndre Fischer * under the License.
19*54eaaa32SAndre Fischer *
20*54eaaa32SAndre Fischer *************************************************************/
21*54eaaa32SAndre Fischer
22*54eaaa32SAndre Fischer#include "EmptyPanel.hrc"
23*54eaaa32SAndre Fischer#include <svx/dialogs.hrc>
24*54eaaa32SAndre Fischer
25*54eaaa32SAndre FischerControl RID_SIDEBAR_EMPTY_PANEL
26*54eaaa32SAndre Fischer{
27*54eaaa32SAndre Fischer    FixedText FT_MESSAGE
28*54eaaa32SAndre Fischer	{
29*54eaaa32SAndre Fischer        Pos = MAP_APPFONT(2,2);
30*54eaaa32SAndre Fischer        Size = MAP_APPFONT(100,24);
31*54eaaa32SAndre Fischer		Text [en-US] = "Properties for the task that you are performing are not available in the sidebar at this time.";
32*54eaaa32SAndre Fischer	};
33*54eaaa32SAndre Fischer};
34