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 /svx | |
parent | 698158655a9e2e74acc065899e668d365c2b4195 (diff) |
Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/core/coreservices.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoctabl.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/core/coreservices.cxx b/svx/source/core/coreservices.cxx index 37bc2e3db5f2..4258864056e9 100644 --- a/svx/source/core/coreservices.cxx +++ b/svx/source/core/coreservices.cxx @@ -23,8 +23,6 @@ #include "sal/types.h" #include "osl/diagnose.h" #include "cppuhelper/factory.hxx" -#include "uno/lbnames.h" - using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/svx/source/unodraw/unoctabl.cxx b/svx/source/unodraw/unoctabl.cxx index 37c34c5e554e..6963cf9b52bc 100644 --- a/svx/source/unodraw/unoctabl.cxx +++ b/svx/source/unodraw/unoctabl.cxx @@ -229,7 +229,6 @@ uno::Reference< uno::XInterface > SAL_CALL create_EnhancedCustomShapeEngine( con #include "sal/types.h" #include "osl/diagnose.h" #include "cppuhelper/factory.hxx" -#include "uno/lbnames.h" #include <svx/sdr/primitive2d/primitiveFactory2d.hxx> #include "sidebar/PanelFactory.hxx" |