summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:15:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:17 +0100
commit1beabca95b9bc1074cb1f70c484275021cf64c16 (patch)
treed8d2becc224111577d22403c43feac3b136d87bf /framework
parentc07016b79e95f157f6342a1cb9dca51bb77e1f6c (diff)
remove local css namespace definitions
As we have it globally in sal/types.h those are not necessary. Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/ContextChangeEventMultiplexer.hxx1
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/framework/inc/services/ContextChangeEventMultiplexer.hxx b/framework/inc/services/ContextChangeEventMultiplexer.hxx
index 2208bd8158f6..3b70772a6225 100644
--- a/framework/inc/services/ContextChangeEventMultiplexer.hxx
+++ b/framework/inc/services/ContextChangeEventMultiplexer.hxx
@@ -41,7 +41,6 @@ namespace
}
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace cssl = ::com::sun::star::lang;
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index 26cb38534b92..4df44fb9694d 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -35,8 +35,6 @@
#define UNO_COMMAND_RECENT_FILE_LIST ".uno:RecentFileList"
#define SFX_REFERER_USER "private:user"
-namespace css = ::com::sun::star;
-
namespace framework
{