summaryrefslogtreecommitdiff
path: root/rsc/inc/rscmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscmgr.hxx')
-rw-r--r--rsc/inc/rscmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index da8e72304926..a8e81f2f59b4 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.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
@@ -42,11 +42,11 @@ class RscMgr : public RscClass {
void Create(){ aRefId.Create(); bDflt = TRUE; }
void Destroy(){ aRefId.Destroy(); }
};
- ERRTYPE IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep = 0 );
+ ERRTYPE IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep = 0 );
public:
RscMgr( Atom nId, sal_uInt32 nTypId, RscTop * pSuperCl );
- void SetToDefault( const RSCINST & rInst );
+ void SetToDefault( const RSCINST & rInst );
BOOL IsDefault( const RSCINST & rInst );
BOOL IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef );
@@ -72,7 +72,7 @@ public:
RscTypCont * pTC, const RscId & rId );
ERRTYPE WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId );
- BOOL IsConsistent( const RSCINST & rInst,
+ BOOL IsConsistent( const RSCINST & rInst,
RscInconsList * pList = NULL );
ERRTYPE GetRef( const RSCINST & rInst, RscId * );
ERRTYPE SetRef( const RSCINST & rInst, const RscId & rRefId );