summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dialmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/dialmgr.hxx')
-rw-r--r--sw/source/ui/inc/dialmgr.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/inc/dialmgr.hxx b/sw/source/ui/inc/dialmgr.hxx
index 7be3129b8a5b..dba1a878330b 100644
--- a/sw/source/ui/inc/dialmgr.hxx
+++ b/sw/source/ui/inc/dialmgr.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,13 +38,13 @@ class ResMgr;
struct SwDialogsResMgr
{
- static ResMgr* GetResMgr();
+ static ResMgr* GetResMgr();
};
-#define SWDIALOG_MGR() SwDialogsResMgr::GetResMgr()
-#define SW_RES(i) ResId(i,SWDIALOG_MGR())
-#define SW_RESSTR(i) UniString(ResId(i,SWDIALOG_MGR()))
-#define SW_RESSSTR(i) String(ResId(i,SWDIALOG_MGR()))
+#define SWDIALOG_MGR() SwDialogsResMgr::GetResMgr()
+#define SW_RES(i) ResId(i,SWDIALOG_MGR())
+#define SW_RESSTR(i) UniString(ResId(i,SWDIALOG_MGR()))
+#define SW_RESSSTR(i) String(ResId(i,SWDIALOG_MGR()))
#endif