diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/sidebar/PanelFactory.hxx | 2 | ||||
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/galleryitem.cxx | 2 | ||||
-rw-r--r-- | svx/source/sidebar/insert/InsertPropertyPanel.hxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.hxx | 1 |
5 files changed, 0 insertions, 7 deletions
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; |