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 /include/sfx2 | |
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 'include/sfx2')
-rw-r--r-- | include/sfx2/event.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/CommandInfoProvider.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/ContextChangeBroadcaster.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControllerFactory.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/Sidebar.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/Theme.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/Tools.hxx | 1 |
10 files changed, 0 insertions, 15 deletions
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx index 7dcb12ff432c..48aab1dee672 100644 --- a/include/sfx2/event.hxx +++ b/include/sfx2/event.hxx @@ -31,8 +31,6 @@ #include <com/sun/star/frame/XController2.hpp> #include <com/sun/star/view/PrintableState.hpp> -namespace css = ::com::sun::star; - class SfxObjectShell; //------------------------------------------------------------------- diff --git a/include/sfx2/sidebar/CommandInfoProvider.hxx b/include/sfx2/sidebar/CommandInfoProvider.hxx index fdfb26a581a2..753c32bbb880 100644 --- a/include/sfx2/sidebar/CommandInfoProvider.hxx +++ b/include/sfx2/sidebar/CommandInfoProvider.hxx @@ -25,8 +25,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/ui/XAcceleratorConfiguration.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sfx2 { namespace sidebar { diff --git a/include/sfx2/sidebar/ContextChangeBroadcaster.hxx b/include/sfx2/sidebar/ContextChangeBroadcaster.hxx index 923fb382fb69..de381929c05d 100644 --- a/include/sfx2/sidebar/ContextChangeBroadcaster.hxx +++ b/include/sfx2/sidebar/ContextChangeBroadcaster.hxx @@ -21,7 +21,6 @@ #include <com/sun/star/frame/XFrame.hpp> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sfx2 { namespace sidebar { diff --git a/include/sfx2/sidebar/ControllerFactory.hxx b/include/sfx2/sidebar/ControllerFactory.hxx index 4871ce048f9c..8007d70e8325 100644 --- a/include/sfx2/sidebar/ControllerFactory.hxx +++ b/include/sfx2/sidebar/ControllerFactory.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XToolbarController.hpp> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; class ToolBox; diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 858bf5d990fb..8a5fa68409bb 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -30,8 +30,6 @@ #include <boost/function.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; class SfxViewFrame; diff --git a/include/sfx2/sidebar/Sidebar.hxx b/include/sfx2/sidebar/Sidebar.hxx index aac42b7a3a2a..5847a501c36a 100644 --- a/include/sfx2/sidebar/Sidebar.hxx +++ b/include/sfx2/sidebar/Sidebar.hxx @@ -23,7 +23,6 @@ #include "sfx2/dllapi.h" #include <com/sun/star/frame/XFrame.hpp> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/include/sfx2/sidebar/SidebarPanelBase.hxx b/include/sfx2/sidebar/SidebarPanelBase.hxx index e20fbbb8f575..63a9f908c84a 100644 --- a/include/sfx2/sidebar/SidebarPanelBase.hxx +++ b/include/sfx2/sidebar/SidebarPanelBase.hxx @@ -34,8 +34,6 @@ #include <boost/noncopyable.hpp> #include <boost/function.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 4dcdd60e20c2..da267379d002 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/util/URL.hpp> #include <map> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sfx2 { namespace sidebar { diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx index 069a8ab8ed47..e5e52bbd7e98 100644 --- a/include/sfx2/sidebar/Theme.hxx +++ b/include/sfx2/sidebar/Theme.hxx @@ -35,10 +35,8 @@ #include <map> #include <boost/optional.hpp> - class SvBorder; -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx index 8ea20b6970a0..aca60c653086 100644 --- a/include/sfx2/sidebar/Tools.hxx +++ b/include/sfx2/sidebar/Tools.hxx @@ -34,7 +34,6 @@ #define A2S(s) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))) #define S2A(s) rtl::OUStringToOString(s, RTL_TEXTENCODING_ASCII_US).getStr() -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; |