diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/resmgr.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index 100ae4c8b7e3..d5a62cb4c404 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -192,10 +192,7 @@ public: sal_Int16 ReadShort(); sal_Int32 ReadLong(); OUString ReadString(); - OString ReadByteString(); - - /// Generate auto help ID for current resource stack - OString GetAutoHelpId(); + OString ReadByteString(); static void SetReadStringHook( ResHookProc pProc ); static ResHookProc GetReadStringHook(); |