diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/Accessible.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/AccessibleTitleBar.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/Deck.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/Panel.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/ResourceManager.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarController.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarPanel.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/TabBar.hxx | 1 |
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; |