summaryrefslogtreecommitdiff
path: root/sw/inc/swunodef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swunodef.hxx')
-rw-r--r--sw/inc/swunodef.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/swunodef.hxx b/sw/inc/swunodef.hxx
index 011abcd95a06..6029f8fbe13f 100644
--- a/sw/inc/swunodef.hxx
+++ b/sw/inc/swunodef.hxx
@@ -28,11 +28,10 @@
#ifndef _SWUNODEF_HXX
#define _SWUNODEF_HXX
-#define STAR_NMSPC ::com::sun::star
-#define UNO_NMSPC STAR_NMSPC::uno
-#define CLIP_NMSPC STAR_NMSPC::datatransfer::clipboard
+#define UNO_NMSPC ::com::sun::star::uno
+#define CLIP_NMSPC ::com::sun::star::datatransfer::clipboard
-#define STAR_REFERENCE(aType) UNO_NMSPC::Reference< STAR_NMSPC::aType >
+#define STAR_REFERENCE(aType) UNO_NMSPC::Reference< ::com::sun::star::aType >
#endif