summaryrefslogtreecommitdiff
path: root/basic/inc/basrid.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:30:03 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:30:03 +0000
commit5ce53f3aba567255a4ed2c6726d4435281ad6590 (patch)
treefb1c6950974b805f68df800781351df7cfd15bb4 /basic/inc/basrid.hxx
parent24761a8d5cd9ddeaf25ce948c7a4260907d73b50 (diff)
INTEGRATION: CWS residcleanup (1.2.184); FILE MERGED
2007/03/12 12:22:28 pl 1.2.184.3: #i75311# separate stt and sb resources 2007/02/20 11:08:03 pl 1.2.184.2: #i74635# all basic resources from stt resource file henceforth 2007/02/18 21:06:57 pl 1.2.184.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'basic/inc/basrid.hxx')
-rw-r--r--basic/inc/basrid.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/basic/inc/basrid.hxx b/basic/inc/basrid.hxx
index e4139c28bfe3..00ecce25689f 100644
--- a/basic/inc/basrid.hxx
+++ b/basic/inc/basrid.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basrid.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:00:05 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:30:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,10 +40,16 @@
#include <tools/resid.hxx>
#endif
-class BasicResId: public ResId
+class SttResId : public ResId
{
-public:
- BasicResId( USHORT nId );
+ public:
+ SttResId( sal_uInt32 nId );
+};
+
+class BasResId : public ResId
+{
+ public:
+ BasResId( sal_uInt32 nId );
};
#endif //_BASRID_HXX