/**************************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 *************************************************************/



#ifndef _SB_HRC
#define _SB_HRC

#include <svl/solar.hrc>

#ifndef IDS_SBERR_START
 #define IDS_SBERR_START RID_BASIC_START
#endif

#define IDS_SBERR_TERMINATED		IDS_SBERR_START+2000
#define IDS_SBERR_STOREREF			IDS_SBERR_START+2001

// #define IDS_SBERR_LIBLOAD			IDS_SBERR_START+2002
// #define IDS_SBERR_LIBSAVE			IDS_SBERR_START+2003
// #define IDS_SBERR_MGROPEN			IDS_SBERR_START+2004
// #define IDS_SBERR_MGRSAVE			IDS_SBERR_START+2005
// #define IDS_SBERR_REMOVELIB			IDS_SBERR_START+2006
// #define IDS_SBERR_UNLOADLIB			IDS_SBERR_START+2007

#endif
