summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
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 'sfx2')
-rw-r--r--sfx2/source/sidebar/Accessible.hxx1
-rw-r--r--sfx2/source/sidebar/AccessibleTitleBar.hxx2
-rw-r--r--sfx2/source/sidebar/Deck.hxx2
-rw-r--r--sfx2/source/sidebar/DeckLayouter.hxx2
-rw-r--r--sfx2/source/sidebar/Panel.hxx1
-rw-r--r--sfx2/source/sidebar/ResourceManager.hxx2
-rw-r--r--sfx2/source/sidebar/SidebarController.hxx2
-rw-r--r--sfx2/source/sidebar/SidebarPanel.hxx1
-rw-r--r--sfx2/source/sidebar/TabBar.hxx1
9 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/sidebar/Accessible.hxx b/sfx2/source/sidebar/Accessible.hxx
index f8eaa0cc236d..7b828682693b 100644
--- a/sfx2/source/sidebar/Accessible.hxx
+++ b/sfx2/source/sidebar/Accessible.hxx
@@ -27,7 +27,6 @@
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx>
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace
diff --git a/sfx2/source/sidebar/AccessibleTitleBar.hxx b/sfx2/source/sidebar/AccessibleTitleBar.hxx
index 99be85d09a3a..642e2dc6b351 100644
--- a/sfx2/source/sidebar/AccessibleTitleBar.hxx
+++ b/sfx2/source/sidebar/AccessibleTitleBar.hxx
@@ -22,8 +22,6 @@
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
-
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
diff --git a/sfx2/source/sidebar/Deck.hxx b/sfx2/source/sidebar/Deck.hxx
index bc8fe5a46a9d..0cbb8f057387 100644
--- a/sfx2/source/sidebar/Deck.hxx
+++ b/sfx2/source/sidebar/Deck.hxx
@@ -30,8 +30,6 @@
class ScrollBar;
-namespace css = ::com::sun::star;
-
namespace sfx2 { namespace sidebar {
class DeckDescriptor;
diff --git a/sfx2/source/sidebar/DeckLayouter.hxx b/sfx2/source/sidebar/DeckLayouter.hxx
index 7efe4b555398..3c27d6874878 100644
--- a/sfx2/source/sidebar/DeckLayouter.hxx
+++ b/sfx2/source/sidebar/DeckLayouter.hxx
@@ -30,8 +30,6 @@
class ScrollBar;
class Window;
-namespace css = ::com::sun::star;
-
namespace sfx2 { namespace sidebar {
class Panel;
diff --git a/sfx2/source/sidebar/Panel.hxx b/sfx2/source/sidebar/Panel.hxx
index 7f6cc31744df..cc8c09e9acbd 100644
--- a/sfx2/source/sidebar/Panel.hxx
+++ b/sfx2/source/sidebar/Panel.hxx
@@ -30,7 +30,6 @@
#include <boost/shared_ptr.hpp>
#include <vector>
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
diff --git a/sfx2/source/sidebar/ResourceManager.hxx b/sfx2/source/sidebar/ResourceManager.hxx
index cb98b18d1bc0..aea7cb216bcb 100644
--- a/sfx2/source/sidebar/ResourceManager.hxx
+++ b/sfx2/source/sidebar/ResourceManager.hxx
@@ -27,8 +27,6 @@
#include <set>
#include <boost/shared_ptr.hpp>
-
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
diff --git a/sfx2/source/sidebar/SidebarController.hxx b/sfx2/source/sidebar/SidebarController.hxx
index 365ec8b395ad..cb8461447cbc 100644
--- a/sfx2/source/sidebar/SidebarController.hxx
+++ b/sfx2/source/sidebar/SidebarController.hxx
@@ -42,8 +42,6 @@
#include <cppuhelper/weakref.hxx>
#include <comphelper/stl_types.hxx>
-
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
diff --git a/sfx2/source/sidebar/SidebarPanel.hxx b/sfx2/source/sidebar/SidebarPanel.hxx
index 6d3a096d029e..6a2a06259205 100644
--- a/sfx2/source/sidebar/SidebarPanel.hxx
+++ b/sfx2/source/sidebar/SidebarPanel.hxx
@@ -26,7 +26,6 @@
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx>
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace
diff --git a/sfx2/source/sidebar/TabBar.hxx b/sfx2/source/sidebar/TabBar.hxx
index d11f9099c6b3..0b87f851865e 100644
--- a/sfx2/source/sidebar/TabBar.hxx
+++ b/sfx2/source/sidebar/TabBar.hxx
@@ -34,7 +34,6 @@ class Button;
class CheckBox;
class RadioButton;
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;