diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:44:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:44:05 +0000 |
commit | 7768ccbabc16608b13d43b26b672730f9ba6eb0d (patch) | |
tree | 7fa62f6addb3c73f1abfb3c985c8616565434e00 | |
parent | 08c1ca7eb8473aa244105d43f8f9b9f7cbdfc9d9 (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
-rw-r--r-- | rsc/inc/rscclass.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx index ae23aba53a..dc4e37cf8f 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 ); |