diff options
Diffstat (limited to 'include/tools/resmgr.hxx')
-rw-r--r-- | include/tools/resmgr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index 1c521d56c0d2..b9935488365c 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -127,8 +127,6 @@ private: // like ReadString but doesn't call the string hook TOOLS_DLLPRIVATE OUString ReadStringWithoutHook(); - static ResMgr* ImplCreateResMgr( InternalResMgr* pImpl ) { return new ResMgr( pImpl ); } - ResMgr(const ResMgr&) SAL_DELETED_FUNCTION; ResMgr& operator=(const ResMgr&) SAL_DELETED_FUNCTION; |