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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index 347512ae7a47..ad1ca97d7d5e 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.hxx
@@ -54,9 +54,9 @@ public:
RscTypCont * pTC, sal_uInt32 nTab, const char * ) override;
ERRTYPE WriteRcHeader( const RSCINST & rInst, RscWriteRc & aMem,
RscTypCont * pTC, const RscId & rId,
- sal_uInt32, bool bExtra ) override;
+ sal_uInt32 ) override;
ERRTYPE WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
- RscTypCont * pTC, sal_uInt32, bool bExtra ) override;
+ RscTypCont * pTC, sal_uInt32 ) override;
bool IsConsistent( const RSCINST & rInst ) override;
ERRTYPE GetRef( const RSCINST & rInst, RscId * ) override;
ERRTYPE SetRef( const RSCINST & rInst, const RscId & rRefId ) override;