diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:15:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:17 +0100 |
commit | 1beabca95b9bc1074cb1f70c484275021cf64c16 (patch) | |
tree | d8d2becc224111577d22403c43feac3b136d87bf /sd | |
parent | c07016b79e95f157f6342a1cb9dca51bb77e1f6c (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 'sd')
-rw-r--r-- | sd/source/ui/inc/framework/FrameworkHelper.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/NavigatorWrapper.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/PanelBase.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/PanelFactory.hxx | 2 |
7 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx index 087050b0cd82..301238e883ea 100644 --- a/sd/source/ui/inc/framework/FrameworkHelper.hxx +++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx @@ -39,7 +39,6 @@ class ViewShell; class ViewShellBase; } -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace cssdf = ::com::sun::star::drawing::framework; diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx index 8559f7f657fa..78f620db76f8 100644 --- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx +++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx @@ -23,8 +23,6 @@ #include "MasterPagesSelector.hxx" #include <com/sun/star/lang/XComponent.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx index 4a3930400c58..107724684028 100644 --- a/sd/source/ui/sidebar/LayoutMenu.hxx +++ b/sd/source/ui/sidebar/LayoutMenu.hxx @@ -37,10 +37,8 @@ #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/ui/XSidebar.hpp> - class SfxModule; -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sd { diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx index 959621266beb..ae73b64fea81 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.hxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx @@ -35,7 +35,6 @@ #include <queue> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; class MouseEvent; diff --git a/sd/source/ui/sidebar/NavigatorWrapper.hxx b/sd/source/ui/sidebar/NavigatorWrapper.hxx index f2c435653629..77564286a672 100644 --- a/sd/source/ui/sidebar/NavigatorWrapper.hxx +++ b/sd/source/ui/sidebar/NavigatorWrapper.hxx @@ -27,8 +27,6 @@ class SfxBindings; namespace sd { class ViewShellBase; } -namespace css = ::com::sun::star; - namespace sd { namespace sidebar { /** Present the navigator as control that can be displayed inside the diff --git a/sd/source/ui/sidebar/PanelBase.hxx b/sd/source/ui/sidebar/PanelBase.hxx index 11338ce20a93..259a165880ba 100644 --- a/sd/source/ui/sidebar/PanelBase.hxx +++ b/sd/source/ui/sidebar/PanelBase.hxx @@ -27,8 +27,6 @@ #include <boost/scoped_ptr.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sd { diff --git a/sd/source/ui/sidebar/PanelFactory.hxx b/sd/source/ui/sidebar/PanelFactory.hxx index 142708cc6e9e..c1c05d8babae 100644 --- a/sd/source/ui/sidebar/PanelFactory.hxx +++ b/sd/source/ui/sidebar/PanelFactory.hxx @@ -32,8 +32,6 @@ #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; |