summaryrefslogtreecommitdiff
path: root/include/svx/dialmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dialmgr.hxx')
-rw-r--r--include/svx/dialmgr.hxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/include/svx/dialmgr.hxx b/include/svx/dialmgr.hxx
index 54951aaee993..ee9147d1f503 100644
--- a/include/svx/dialmgr.hxx
+++ b/include/svx/dialmgr.hxx
@@ -19,22 +19,11 @@
#ifndef INCLUDED_SVX_DIALMGR_HXX
#define INCLUDED_SVX_DIALMGR_HXX
-#include <tools/resid.hxx>
+#include <rtl/ustring.hxx>
#include <svx/svxdllapi.h>
-// forward ---------------------------------------------------------------
-
-struct SVX_DLLPUBLIC DialogsResMgr
-{
- static ResMgr* GetResMgr();
-};
-
-#define DIALOG_MGR() (*DialogsResMgr::GetResMgr())
-
-inline OUString SvxResId(sal_uInt16 nId)
-{
- return ResId(nId, DIALOG_MGR());
-}
+SVX_DLLPUBLIC const std::locale& SvxResLocale();
+SVX_DLLPUBLIC OUString SvxResId(const char* pId);
#endif