diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 16:45:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 21:43:12 +0100 |
commit | a83b2af9abddfb2a6a127049374269b53241c183 (patch) | |
tree | e6c445919c33d0ef9ec5600563961be1e076a6ca /ure | |
parent | 698158655a9e2e74acc065899e668d365c2b4195 (diff) |
Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
Diffstat (limited to 'ure')
-rw-r--r-- | ure/source/uretest/cppmain.cc | 1 | ||||
-rw-r--r-- | ure/source/uretest/cppserver.cc | 1 | ||||
-rw-r--r-- | ure/source/uretest/cpptest.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index 2759356fe211..1e63cd33f889 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -68,7 +68,6 @@ #include "salhelper/simplereferenceobject.hxx" #include "uno/current_context.hxx" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/CppTest.hpp" #include "test/types/JavaTest.hpp" diff --git a/ure/source/uretest/cppserver.cc b/ure/source/uretest/cppserver.cc index cee80d39872b..450c04d12bb2 100644 --- a/ure/source/uretest/cppserver.cc +++ b/ure/source/uretest/cppserver.cc @@ -34,7 +34,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/Data.hpp" #include "test/types/XServer.hpp" diff --git a/ure/source/uretest/cpptest.cc b/ure/source/uretest/cpptest.cc index 5bd200614f78..04dba6ffbb95 100644 --- a/ure/source/uretest/cpptest.cc +++ b/ure/source/uretest/cpptest.cc @@ -32,7 +32,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/environment.h" -#include "uno/lbnames.h" #include "test/types/TestException.hpp" #include "test/types/XTest.hpp" |