summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:44:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:44:05 +0000
commit88b51233abc61ed5502a9006e0a7ae70c668bb1c (patch)
treee9c3bc58a9378a2163e705f8f9a2b2bda789710c /rsc
parent47aae7791b7ea9c9f4602c21f0c15363da09b8f4 (diff)
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
2005/10/27 13:55:53 pl 1.5.8.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscclass.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index d7d25cb776a3..4b450e508eb6 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscclass.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 13:29:47 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:44:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,6 +104,7 @@ public:
BOOL IsDefault( const RSCINST & rInst );
BOOL IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef );
void SetDefault( const RSCINST & rData, Atom nVarId );
+ using RscTop::GetDefault;
RSCINST GetDefault( Atom nVarId );
RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, BOOL );