summaryrefslogtreecommitdiff
path: root/rsc/inc/rsccont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsccont.hxx')
-rw-r--r--rsc/inc/rsccont.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx
index 3126ceb0a1a0..f93da45b10b8 100644
--- a/rsc/inc/rsccont.hxx
+++ b/rsc/inc/rsccont.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,7 +62,7 @@ protected:
RscTypCont * pTC, sal_uInt32 nTab, const char * );
ERRTYPE ContWriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont * pTC, sal_uInt32, BOOL bExtra );
- void ContWriteRcAccess( FILE * fOutput, RscTypCont * pTC,
+ void ContWriteRcAccess( FILE * fOutput, RscTypCont * pTC,
const char *, BOOL nWriteSize );
public:
RscBaseCont( Atom nId, sal_uInt32 nTypId,
@@ -91,8 +91,8 @@ public:
SUBINFO_STRUCT GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos );
ERRTYPE SetString( const RSCINST &, const char * pStr );
ERRTYPE SetNumber( const RSCINST &, INT32 lValue );
- ERRTYPE SetBool( const RSCINST & rInst, BOOL bValue );
- ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
+ ERRTYPE SetBool( const RSCINST & rInst, BOOL bValue );
+ ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
INT32 nValue );
ERRTYPE SetRef( const RSCINST & rInst, const RscId & rRefId );
@@ -100,7 +100,7 @@ public:
sal_uInt32 Size(){ return( nSize ); };
BOOL IsConsistent( const RSCINST & rInst, RscInconsList * pList );
- void SetToDefault( const RSCINST & rInst );
+ void SetToDefault( const RSCINST & rInst );
BOOL IsDefault( const RSCINST & rInst );
BOOL IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef );
@@ -137,7 +137,7 @@ public:
BOOL bNoId = TRUE );
ERRTYPE WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont * pTC, sal_uInt32, BOOL bExtra );
- void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
+ void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
const char * );
};