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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/dialmgr.hxx b/cui/source/inc/dialmgr.hxx
index 4d5f4f115931..de8931edbce7 100644
--- a/cui/source/inc/dialmgr.hxx
+++ b/cui/source/inc/dialmgr.hxx
@@ -34,17 +34,17 @@
// forward ---------------------------------------------------------------
+#define CUI_MGR() (*CuiResMgr::GetResMgr())
+#define CUI_RES(i) ResId(i,CUI_MGR())
+#define CUI_RESSTR(i) UniString(ResId(i,CUI_MGR()))
+#define CUI_RESSSTR(i) String(ResId(i,CUI_MGR()))
+
class ResMgr;
struct CuiResMgr
{
static ResMgr* GetResMgr();
};
-#define CUI_MGR() (*CuiResMgr::GetResMgr())
-#define CUI_RES(i) ResId(i,CUI_MGR())
-#define CUI_RESSTR(i) UniString(ResId(i,CUI_MGR()))
-#define CUI_RESSSTR(i) String(ResId(i,CUI_MGR()))
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */