summaryrefslogtreecommitdiff
path: root/include/tools/resmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/resmgr.hxx')
-rw-r--r--include/tools/resmgr.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx
index 6d98f4997e3a..5c464ae05c9a 100644
--- a/include/tools/resmgr.hxx
+++ b/include/tools/resmgr.hxx
@@ -73,11 +73,9 @@ struct ImpRCStack
RCFlags Flags; ///< resource status
void * aResHandle; ///< Resource-Identifier from InternalResMgr
const Resource* pResObj; ///< pointer to Resource object
- sal_uInt32 nId; ///< ResId used for error message
- ResMgr* pResMgr; ///< ResMgr for Resource pResObj
void Clear();
- void Init( ResMgr * pMgr, const Resource * pObj, sal_uInt32 nId );
+ void Init( const Resource * pObj, sal_uInt32 nId );
};
class SAL_WARN_UNUSED TOOLS_DLLPUBLIC ResMgr