summaryrefslogtreecommitdiff
path: root/svl/source/config/itemholder2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/itemholder2.hxx')
-rw-r--r--svl/source/config/itemholder2.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/svl/source/config/itemholder2.hxx b/svl/source/config/itemholder2.hxx
index 884536d89bb0..18c7e9b7f307 100644
--- a/svl/source/config/itemholder2.hxx
+++ b/svl/source/config/itemholder2.hxx
@@ -39,11 +39,7 @@
//-----------------------------------------------
// namespaces
-#ifdef css
-#error "Cant use css as namespace alias."
-#else
-#define css ::com::sun::star
-#endif
+namespace css = ::com::sun::star;
//-----------------------------------------------
// definitions
@@ -82,11 +78,6 @@ class ItemHolder2 : private ItemHolderMutexBase
void impl_deleteItem(TItemInfo& rItem);
};
-//-----------------------------------------------
-// namespaces
-
-#undef css
-
#endif // INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */