xref: /aoo42x/main/basic/inc/sb.hrc (revision 80d6f4e2)
1*80d6f4e2SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*80d6f4e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*80d6f4e2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*80d6f4e2SAndrew Rist * distributed with this work for additional information
6*80d6f4e2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*80d6f4e2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*80d6f4e2SAndrew Rist * "License"); you may not use this file except in compliance
9*80d6f4e2SAndrew Rist * with the License.  You may obtain a copy of the License at
10*80d6f4e2SAndrew Rist *
11*80d6f4e2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*80d6f4e2SAndrew Rist *
13*80d6f4e2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*80d6f4e2SAndrew Rist * software distributed under the License is distributed on an
15*80d6f4e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*80d6f4e2SAndrew Rist * KIND, either express or implied.  See the License for the
17*80d6f4e2SAndrew Rist * specific language governing permissions and limitations
18*80d6f4e2SAndrew Rist * under the License.
19*80d6f4e2SAndrew Rist *
20*80d6f4e2SAndrew Rist *************************************************************/
21*80d6f4e2SAndrew Rist
22*80d6f4e2SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SB_HRC
25cdf0e10cSrcweir#define _SB_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include <svl/solar.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweir#ifndef IDS_SBERR_START
30cdf0e10cSrcweir #define IDS_SBERR_START RID_BASIC_START
31cdf0e10cSrcweir#endif
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define IDS_SBERR_TERMINATED		IDS_SBERR_START+2000
34cdf0e10cSrcweir#define IDS_SBERR_STOREREF			IDS_SBERR_START+2001
35cdf0e10cSrcweir
36cdf0e10cSrcweir// #define IDS_SBERR_LIBLOAD			IDS_SBERR_START+2002
37cdf0e10cSrcweir// #define IDS_SBERR_LIBSAVE			IDS_SBERR_START+2003
38cdf0e10cSrcweir// #define IDS_SBERR_MGROPEN			IDS_SBERR_START+2004
39cdf0e10cSrcweir// #define IDS_SBERR_MGRSAVE			IDS_SBERR_START+2005
40cdf0e10cSrcweir// #define IDS_SBERR_REMOVELIB			IDS_SBERR_START+2006
41cdf0e10cSrcweir// #define IDS_SBERR_UNLOADLIB			IDS_SBERR_START+2007
42cdf0e10cSrcweir
43cdf0e10cSrcweir#endif
44