remove local css namespace definitions

As we have it globally in sal/types.h those are not necessary.

Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
This commit is contained in:
Thomas Arnhold
2013-10-28 03:15:17 +01:00
parent c07016b79e
commit 1beabca95b
39 changed files with 0 additions and 60 deletions

View File

@@ -41,7 +41,6 @@ namespace
}
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace cssl = ::com::sun::star::lang;

View File

@@ -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
{

View File

@@ -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;
//-------------------------------------------------------------------

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -30,8 +30,6 @@
#include <boost/function.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
class SfxViewFrame;

View File

@@ -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;

View File

@@ -34,8 +34,6 @@
#include <boost/noncopyable.hpp>
#include <boost/function.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -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 {

View File

@@ -35,10 +35,8 @@
#include <map>
#include <boost/optional.hpp>
class SvBorder;
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -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;

View File

@@ -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;

View File

@@ -31,7 +31,6 @@
#include <boost/noncopyable.hpp>
#include <boost/function.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -36,8 +36,6 @@
#include <vector>
namespace css = ::com::sun::star;
class Menu;
class MenuBar;
class VclSimpleEvent;

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {

View File

@@ -35,7 +35,6 @@
#include <queue>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
class MouseEvent;

View File

@@ -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

View File

@@ -27,8 +27,6 @@
#include <boost/scoped_ptr.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace sd {

View File

@@ -32,8 +32,6 @@
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -27,7 +27,6 @@
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace

View File

@@ -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 {

View File

@@ -30,8 +30,6 @@
class ScrollBar;
namespace css = ::com::sun::star;
namespace sfx2 { namespace sidebar {
class DeckDescriptor;

View File

@@ -30,8 +30,6 @@
class ScrollBar;
class Window;
namespace css = ::com::sun::star;
namespace sfx2 { namespace sidebar {
class Panel;

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -42,8 +42,6 @@
#include <cppuhelper/weakref.hxx>
#include <comphelper/stl_types.hxx>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -26,7 +26,6 @@
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace

View File

@@ -34,7 +34,6 @@ class Button;
class CheckBox;
class RadioButton;
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -25,8 +25,6 @@
#include <boost/noncopyable.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -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;

View File

@@ -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 )

View File

@@ -26,7 +26,6 @@
#include <map>
#include <svx/sidebar/PanelLayout.hxx>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
class ToolBox;

View File

@@ -47,7 +47,6 @@
class FloatingWindow;
class ToolBox;
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -26,8 +26,6 @@
#include <boost/noncopyable.hpp>
namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;

View File

@@ -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 {