summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/configurationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/configurationhelper.hxx')
-rw-r--r--comphelper/inc/comphelper/configurationhelper.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/comphelper/inc/comphelper/configurationhelper.hxx b/comphelper/inc/comphelper/configurationhelper.hxx
index 2f6c94166337..1a31c9afb851 100644
--- a/comphelper/inc/comphelper/configurationhelper.hxx
+++ b/comphelper/inc/comphelper/configurationhelper.hxx
@@ -34,15 +34,6 @@
//_______________________________________________
// namespaces
-// no panic .. this define will be reseted at the end of this file.
-// BUT doing so it's neccessary to add all includes BEFORE this css-value
-// will be defined :_)
-#ifdef css
-#error "Who use css? I need it as namespace alias."
-#else
-#define css ::com::sun::star
-#endif
-
namespace comphelper{
@@ -244,8 +235,6 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
} // namespace comphelper
-#undef css // important!
-
#endif // _COMPHELPER_CONFIGURATIONHELPER_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */