summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/DocumentRenderer.hxx2
-rw-r--r--sd/source/ui/inc/DrawController.hxx2
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx3
-rw-r--r--sd/source/ui/inc/SdUnoDrawView.hxx2
-rw-r--r--sd/source/ui/inc/SdUnoOutlineView.hxx2
-rw-r--r--sd/source/ui/inc/SdUnoSlideView.hxx2
-rw-r--r--sd/source/ui/inc/ViewShell.hxx2
-rw-r--r--sd/source/ui/inc/framework/ConfigurationController.hxx2
-rw-r--r--sd/source/ui/inc/framework/FrameworkHelper.hxx2
-rw-r--r--sd/source/ui/inc/framework/ModuleController.hxx2
-rw-r--r--sd/source/ui/inc/framework/Pane.hxx1
-rw-r--r--sd/source/ui/inc/framework/PresentationFactory.hxx2
-rw-r--r--sd/source/ui/inc/framework/ResourceId.hxx3
-rw-r--r--sd/source/ui/inc/tools/ConfigurationAccess.hxx2
-rw-r--r--sd/source/ui/inc/tools/PropertySet.hxx2
-rw-r--r--sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx2
16 files changed, 0 insertions, 33 deletions
diff --git a/sd/source/ui/inc/DocumentRenderer.hxx b/sd/source/ui/inc/DocumentRenderer.hxx
index 69772cb18d53..f45020c7b5a0 100644
--- a/sd/source/ui/inc/DocumentRenderer.hxx
+++ b/sd/source/ui/inc/DocumentRenderer.hxx
@@ -27,8 +27,6 @@
#include <cppuhelper/basemutex.hxx>
#include <boost/scoped_ptr.hpp>
-namespace css = ::com::sun::star;
-
namespace sd {
namespace {
diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx
index 7a7a91eddf0a..7cf975da08d5 100644
--- a/sd/source/ui/inc/DrawController.hxx
+++ b/sd/source/ui/inc/DrawController.hxx
@@ -41,8 +41,6 @@
#include <vector>
#include <boost/scoped_ptr.hpp>
-namespace css = ::com::sun::star;
-
namespace sd {
typedef ::cppu::ImplInheritanceHelper7 <
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index 1bfae2e973f9..740465c2934c 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -25,15 +25,12 @@
#include "sddllapi.h"
-namespace css = ::com::sun::star;
-
/**
* The port for use for the main communication between LibO and remote control app.
*/
#define PORT 1599
#define CHARSET RTL_TEXTENCODING_UTF8
-namespace css = ::com::sun::star;
namespace sd
{
diff --git a/sd/source/ui/inc/SdUnoDrawView.hxx b/sd/source/ui/inc/SdUnoDrawView.hxx
index 00cf7228ed11..d572ac7a8227 100644
--- a/sd/source/ui/inc/SdUnoDrawView.hxx
+++ b/sd/source/ui/inc/SdUnoDrawView.hxx
@@ -26,8 +26,6 @@
class SdXImpressDocument;
-namespace css = ::com::sun::star;
-
namespace com { namespace sun { namespace star { namespace drawing {
class XLayer;
} } } }
diff --git a/sd/source/ui/inc/SdUnoOutlineView.hxx b/sd/source/ui/inc/SdUnoOutlineView.hxx
index 7960a124966b..21b3432b759a 100644
--- a/sd/source/ui/inc/SdUnoOutlineView.hxx
+++ b/sd/source/ui/inc/SdUnoOutlineView.hxx
@@ -25,8 +25,6 @@
#include <com/sun/star/lang/EventObject.hpp>
-namespace css = ::com::sun::star;
-
namespace sd {
class OutlineViewShell;
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx
index 8a56fe15bd53..2fb06b520562 100644
--- a/sd/source/ui/inc/SdUnoSlideView.hxx
+++ b/sd/source/ui/inc/SdUnoSlideView.hxx
@@ -24,8 +24,6 @@
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/drawing/XDrawPage.hpp>
-namespace css = ::com::sun::star;
-
namespace sd { namespace slidesorter {
class SlideSorter;
} }
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index e05b74d80cc7..f1411652c8b7 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -51,8 +51,6 @@ namespace embed {
class XEmbeddedObject;
}}}}
-namespace css = ::com::sun::star;
-
namespace sd {
class DrawDocShell;
diff --git a/sd/source/ui/inc/framework/ConfigurationController.hxx b/sd/source/ui/inc/framework/ConfigurationController.hxx
index 93c73fcc8e7a..1d07e178922b 100644
--- a/sd/source/ui/inc/framework/ConfigurationController.hxx
+++ b/sd/source/ui/inc/framework/ConfigurationController.hxx
@@ -39,8 +39,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
-namespace css = ::com::sun::star;
-
namespace {
typedef ::cppu::WeakComponentImplHelper2 <
diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx
index 2056b9cdeaa0..2024b3ba6ffb 100644
--- a/sd/source/ui/inc/framework/FrameworkHelper.hxx
+++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx
@@ -43,8 +43,6 @@ namespace rtl {
class OUString;
}
-namespace css = ::com::sun::star;
-
namespace sd { namespace framework {
/** The FrameworkHelper is a convenience class that simplifies the
diff --git a/sd/source/ui/inc/framework/ModuleController.hxx b/sd/source/ui/inc/framework/ModuleController.hxx
index 10cc2ed4e0a1..bf83930ba8ba 100644
--- a/sd/source/ui/inc/framework/ModuleController.hxx
+++ b/sd/source/ui/inc/framework/ModuleController.hxx
@@ -32,8 +32,6 @@
#include <boost/scoped_ptr.hpp>
#include <set>
-namespace css = ::com::sun::star;
-
namespace {
typedef ::cppu::WeakComponentImplHelper2 <
diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx
index b602711ddb90..49a99ce1e38d 100644
--- a/sd/source/ui/inc/framework/Pane.hxx
+++ b/sd/source/ui/inc/framework/Pane.hxx
@@ -32,7 +32,6 @@
class Window;
-namespace css = ::com::sun::star;
namespace cssu = ::com::sun::star::uno;
namespace {
diff --git a/sd/source/ui/inc/framework/PresentationFactory.hxx b/sd/source/ui/inc/framework/PresentationFactory.hxx
index 86493dc585a7..4634bed147af 100644
--- a/sd/source/ui/inc/framework/PresentationFactory.hxx
+++ b/sd/source/ui/inc/framework/PresentationFactory.hxx
@@ -35,8 +35,6 @@
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
-namespace css = ::com::sun::star;
-
namespace {
typedef ::cppu::WeakComponentImplHelper2 <
diff --git a/sd/source/ui/inc/framework/ResourceId.hxx b/sd/source/ui/inc/framework/ResourceId.hxx
index 77427608aa74..460db6db2bd6 100644
--- a/sd/source/ui/inc/framework/ResourceId.hxx
+++ b/sd/source/ui/inc/framework/ResourceId.hxx
@@ -26,9 +26,6 @@
#include <cppuhelper/compbase2.hxx>
#include <boost/scoped_ptr.hpp>
-namespace css = ::com::sun::star;
-
-
namespace {
typedef ::cppu::WeakImplHelper2 <
diff --git a/sd/source/ui/inc/tools/ConfigurationAccess.hxx b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
index 694c14443e64..6b4e49a727f8 100644
--- a/sd/source/ui/inc/tools/ConfigurationAccess.hxx
+++ b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
@@ -28,8 +28,6 @@
#include <vector>
#include <boost/function.hpp>
-namespace css = ::com::sun::star;
-
namespace sd { namespace tools {
/** This class gives access to the configuration. Create an object of this
diff --git a/sd/source/ui/inc/tools/PropertySet.hxx b/sd/source/ui/inc/tools/PropertySet.hxx
index 1721000e6354..0dedecda0beb 100644
--- a/sd/source/ui/inc/tools/PropertySet.hxx
+++ b/sd/source/ui/inc/tools/PropertySet.hxx
@@ -26,8 +26,6 @@
#include <boost/scoped_ptr.hpp>
#include <map>
-namespace css = ::com::sun::star;
-
namespace sd { namespace tools {
namespace {
diff --git a/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx b/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx
index 7b2832227ea4..239f57188494 100644
--- a/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx
+++ b/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx
@@ -25,8 +25,6 @@
#include <boost/shared_ptr.hpp>
#include <com/sun/star/uno/XInterface.hpp>
-namespace css = ::com::sun::star;
-
namespace sd {
class SdGlobalResource