summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 12:36:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 13:05:51 +0200
commit55225176b602940ae6fcee96dbc876c3afa3ac9d (patch)
tree5a7a5dc0c66b9233ff3787d27f7b190ec6143a97 /odk
parent23a87a862278551a452aa64a4141293dd518e5d3 (diff)
Unused include
Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/cpp/counter/countermain.cxx2
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx3
2 files changed, 0 insertions, 5 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx
index 87a4de7e4fdb..2e8d60780004 100644
--- a/odk/examples/cpp/counter/countermain.cxx
+++ b/odk/examples/cpp/counter/countermain.cxx
@@ -56,7 +56,6 @@
// generated c++ interfaces
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
-#include <com/sun/star/registry/XImplementationRegistration.hpp>
#include <foo/XCountable.hpp>
@@ -64,7 +63,6 @@ using namespace foo;
using namespace cppu;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
-using namespace com::sun::star::registry;
using namespace ::rtl;
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index 017b0da43c7d..c8886b006b65 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -39,8 +39,6 @@
#include <com/sun/star/uno/XNamingService.hpp>
-#include <com/sun/star/registry/XImplementationRegistration.hpp>
-
#include <com/sun/star/connection/XConnector.hpp>
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
@@ -58,7 +56,6 @@ using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::connection;
using namespace ::com::sun::star::bridge;
using namespace ::com::sun::star::io;