summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol')
-rw-r--r--sd/source/ui/remotecontrol/Communicator.hxx2
-rw-r--r--sd/source/ui/remotecontrol/DiscoveryService.hxx2
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.hxx2
-rw-r--r--sd/source/ui/remotecontrol/Listener.hxx2
-rw-r--r--sd/source/ui/remotecontrol/Receiver.hxx2
5 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/remotecontrol/Communicator.hxx b/sd/source/ui/remotecontrol/Communicator.hxx
index cd3e312f3065..10078bf63387 100644
--- a/sd/source/ui/remotecontrol/Communicator.hxx
+++ b/sd/source/ui/remotecontrol/Communicator.hxx
@@ -25,8 +25,6 @@
#include "BufferedStreamSocket.hxx"
#define CHARSET RTL_TEXTENCODING_UTF8
-namespace css = ::com::sun::star;
-
namespace sd
{
diff --git a/sd/source/ui/remotecontrol/DiscoveryService.hxx b/sd/source/ui/remotecontrol/DiscoveryService.hxx
index 02486ba6a324..eafca4160b6f 100644
--- a/sd/source/ui/remotecontrol/DiscoveryService.hxx
+++ b/sd/source/ui/remotecontrol/DiscoveryService.hxx
@@ -18,8 +18,6 @@
#include <rtl/ref.hxx>
#include <osl/thread.hxx>
-namespace css = ::com::sun::star;
-
/**
* The port for use for the main communication between LibO and remote control app.
*/
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.hxx b/sd/source/ui/remotecontrol/ImagePreparer.hxx
index 86234d5383a4..aa013d766c16 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.hxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.hxx
@@ -15,8 +15,6 @@
#include "Transmitter.hxx"
-namespace css = ::com::sun::star;
-
namespace sd
{
diff --git a/sd/source/ui/remotecontrol/Listener.hxx b/sd/source/ui/remotecontrol/Listener.hxx
index 63f7dc32c41b..e3385eb359fc 100644
--- a/sd/source/ui/remotecontrol/Listener.hxx
+++ b/sd/source/ui/remotecontrol/Listener.hxx
@@ -21,8 +21,6 @@
#include "Communicator.hxx"
#include "Transmitter.hxx"
-namespace css = ::com::sun::star;
-
namespace sd {
/**
* Slide show listener. This class can also be used for anything else that is
diff --git a/sd/source/ui/remotecontrol/Receiver.hxx b/sd/source/ui/remotecontrol/Receiver.hxx
index e4f19f59203f..0bee508089d5 100644
--- a/sd/source/ui/remotecontrol/Receiver.hxx
+++ b/sd/source/ui/remotecontrol/Receiver.hxx
@@ -21,8 +21,6 @@
#include "Transmitter.hxx"
-namespace css = ::com::sun::star;
-
namespace sd
{