summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
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 /include/svx/sidebar
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 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/ContextChangeEventMultiplexer.hxx1
-rw-r--r--include/svx/sidebar/SelectionChangeHandler.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sidebar/ContextChangeEventMultiplexer.hxx b/include/svx/sidebar/ContextChangeEventMultiplexer.hxx
index d29af4dbe4b9..cad880ede4bb 100644
--- a/include/svx/sidebar/ContextChangeEventMultiplexer.hxx
+++ b/include/svx/sidebar/ContextChangeEventMultiplexer.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XFrame.hpp>
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
class SfxViewShell;
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index 20b8fceb6ac5..aee8f457a208 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -31,7 +31,6 @@
#include <boost/noncopyable.hpp>
#include <boost/function.hpp>
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;