summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/resmgr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx
index d5a62cb4c404..024c745dbd23 100644
--- a/include/tools/resmgr.hxx
+++ b/include/tools/resmgr.hxx
@@ -94,10 +94,6 @@ private:
TOOLS_DLLPRIVATE void incStack();
TOOLS_DLLPRIVATE void decStack();
- TOOLS_DLLPRIVATE const ImpRCStack * StackTop( sal_uInt32 nOff = 0 ) const
- {
- return (((int)nOff >= nCurStack) ? nullptr : &aStack[nCurStack-nOff]);
- }
TOOLS_DLLPRIVATE void Init( const OUString& rFileName );
TOOLS_DLLPRIVATE ResMgr( InternalResMgr * pImp );