summaryrefslogtreecommitdiff
path: root/framework/inc/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/general.h')
-rw-r--r--framework/inc/general.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h
index fe7899b100a8..57e24101aca7 100644
--- a/framework/inc/general.h
+++ b/framework/inc/general.h
@@ -29,16 +29,6 @@
#include <rtl/ustring.hxx>
-
-//-----------------------------------------------------------------------------
-/** will make our code more readable if we can use such short name css instead
- of typing ::com::sun::star everytimes.
-
- On the other side we had so many problems with "using namespace" so we dont use
- it here any longer.
- */
-namespace css = ::com::sun::star;
-
#endif // #ifndef __FRAMEWORK_GENERAL_H_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */