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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/swunodef.hxx b/sw/inc/swunodef.hxx
index e63514e11f1a..97b8ec13e8cc 100644
--- a/sw/inc/swunodef.hxx
+++ b/sw/inc/swunodef.hxx
@@ -1,7 +1,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
@@ -27,10 +27,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 STAR_NMSPC ::com::sun::star
+#define UNO_NMSPC STAR_NMSPC::uno
+#define CLIP_NMSPC STAR_NMSPC::datatransfer::clipboard
-#define STAR_REFERENCE(aType) UNO_NMSPC::Reference< STAR_NMSPC::aType >
+#define STAR_REFERENCE(aType) UNO_NMSPC::Reference< STAR_NMSPC::aType >
#endif