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 | |
parent | c07016b79e95f157f6342a1cb9dca51bb77e1f6c (diff) |
remove local css namespace definitions
As we have it globally in sal/types.h those are not necessary.
Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
39 files changed, 0 insertions, 60 deletions
diff --git a/framework/inc/services/ContextChangeEventMultiplexer.hxx b/framework/inc/services/ContextChangeEventMultiplexer.hxx index 2208bd8158f6..3b70772a6225 100644 --- a/framework/inc/services/ContextChangeEventMultiplexer.hxx +++ b/framework/inc/services/ContextChangeEventMultiplexer.hxx @@ -41,7 +41,6 @@ namespace } -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace cssl = ::com::sun::star::lang; diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index 26cb38534b92..4df44fb9694d 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -35,8 +35,6 @@ #define UNO_COMMAND_RECENT_FILE_LIST ".uno:RecentFileList" #define SFX_REFERER_USER "private:user" -namespace css = ::com::sun::star; - namespace framework { 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; 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; diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx index fa9d012a3245..050c31a06c85 100644 --- a/include/toolkit/awt/vclxmenu.hxx +++ b/include/toolkit/awt/vclxmenu.hxx @@ -36,8 +36,6 @@ #include <vector> -namespace css = ::com::sun::star; - class Menu; class MenuBar; class VclSimpleEvent; diff --git a/sc/inc/ScPanelFactory.hxx b/sc/inc/ScPanelFactory.hxx index d497eccda3cc..d0927fd16336 100644 --- a/sc/inc/ScPanelFactory.hxx +++ b/sc/inc/ScPanelFactory.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/ui/XUIElementFactory.hpp> #include <boost/noncopyable.hpp> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sc { namespace sidebar { 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; 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; diff --git a/svx/inc/sidebar/PanelFactory.hxx b/svx/inc/sidebar/PanelFactory.hxx index bfb626f08c20..a5fea79c3d49 100644 --- a/svx/inc/sidebar/PanelFactory.hxx +++ b/svx/inc/sidebar/PanelFactory.hxx @@ -25,8 +25,6 @@ #include <boost/noncopyable.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index f926e5f4fe00..852cb54284ca 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -62,7 +62,6 @@ #define TBX_ID_ICON 1 #define TBX_ID_LIST 2 -namespace css = ::com::sun::star; using rtl::OUString; GalleryBrowserMode GalleryBrowser2::meInitMode = GALLERYBROWSERMODE_ICON; diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx index 0370d1bb625c..eac9fc5fe399 100644 --- a/svx/source/items/galleryitem.cxx +++ b/svx/source/items/galleryitem.cxx @@ -21,8 +21,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.hxx> -namespace css = ::com::sun::star; - DBG_NAMEEX( SvxGalleryItem ) DBG_NAME( SvxGalleryItem ) diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.hxx b/svx/source/sidebar/insert/InsertPropertyPanel.hxx index f5b971afe2ad..2bdaa1196e36 100644 --- a/svx/source/sidebar/insert/InsertPropertyPanel.hxx +++ b/svx/source/sidebar/insert/InsertPropertyPanel.hxx @@ -26,7 +26,6 @@ #include <map> #include <svx/sidebar/PanelLayout.hxx> -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; class ToolBox; diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx index 01ac21b4a0aa..52d1eb824872 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx @@ -47,7 +47,6 @@ class FloatingWindow; class ToolBox; -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/sw/inc/SwPanelFactory.hxx b/sw/inc/SwPanelFactory.hxx index 38f2b1e58b3b..7e6d19cefdc1 100644 --- a/sw/inc/SwPanelFactory.hxx +++ b/sw/inc/SwPanelFactory.hxx @@ -26,8 +26,6 @@ #include <boost/noncopyable.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; diff --git a/sw/source/ui/sidebar/PagePropertyPanel.hxx b/sw/source/ui/sidebar/PagePropertyPanel.hxx index 59ee5b4e50db..88d1acb34972 100644 --- a/sw/source/ui/sidebar/PagePropertyPanel.hxx +++ b/sw/source/ui/sidebar/PagePropertyPanel.hxx @@ -47,8 +47,6 @@ namespace svx { namespace sidebar { #include <boost/scoped_ptr.hpp> - -namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; namespace sw { namespace sidebar { |