summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscmgr.cxx')
-rw-r--r--rsc/source/res/rscmgr.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index 9c907160e9b6..682ea0c6ecef 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -279,13 +279,14 @@ ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId )
return ERR_OK;
}
-ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep )
+ERRTYPE RscMgr::IsToDeep( const RSCINST & rInst )
{
RscMgrInst * pClassData;
RscId aOldId, aId;
ERRTYPE aError;
RSCINST aTmpI = rInst;
ObjNode * pObjNode;
+ sal_uInt32 nDeep = 0;
pClassData = reinterpret_cast<RscMgrInst *>(rInst.pData + RscClass::Size());