summaryrefslogtreecommitdiff
path: root/cui/source/inc/dialmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/dialmgr.hxx')
-rw-r--r--cui/source/inc/dialmgr.hxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/cui/source/inc/dialmgr.hxx b/cui/source/inc/dialmgr.hxx
index e323ba987c7e..067591a09bab 100644
--- a/cui/source/inc/dialmgr.hxx
+++ b/cui/source/inc/dialmgr.hxx
@@ -19,21 +19,9 @@
#ifndef INCLUDED_CUI_SOURCE_INC_DIALMGR_HXX
#define INCLUDED_CUI_SOURCE_INC_DIALMGR_HXX
-#include <tools/resid.hxx>
+#include <rtl/ustring.hxx>
-// forward ---------------------------------------------------------------
-
-#define CUI_MGR() (*CuiResMgr::GetResMgr())
-
-struct CuiResMgr
-{
- static ResMgr* GetResMgr();
-};
-
-inline OUString CuiResId(sal_uInt16 nId)
-{
- return ResId(nId, CUI_MGR());
-}
+OUString CuiResId(const char *pKey);
#endif