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 /shell | |
parent | 698158655a9e2e74acc065899e668d365c2b4195 (diff) |
Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/desktopbe/desktopbackend.cxx | 1 | ||||
-rw-r--r-- | shell/source/backends/gconfbe/gconfbackend.cxx | 1 | ||||
-rw-r--r-- | shell/source/backends/kde4be/kde4backend.cxx | 1 | ||||
-rw-r--r-- | shell/source/backends/kdebe/kdebackend.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx index 3e8e8c176b84..8233bffa4488 100644 --- a/shell/source/backends/desktopbe/desktopbackend.cxx +++ b/shell/source/backends/desktopbe/desktopbackend.cxx @@ -49,7 +49,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/current_context.hxx" -#include "uno/lbnames.h" namespace { diff --git a/shell/source/backends/gconfbe/gconfbackend.cxx b/shell/source/backends/gconfbe/gconfbackend.cxx index 97441d9e8303..47d6cdbe2e11 100644 --- a/shell/source/backends/gconfbe/gconfbackend.cxx +++ b/shell/source/backends/gconfbe/gconfbackend.cxx @@ -48,7 +48,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/current_context.hxx" -#include "uno/lbnames.h" #include "gconfaccess.hxx" diff --git a/shell/source/backends/kde4be/kde4backend.cxx b/shell/source/backends/kde4be/kde4backend.cxx index 672c41e059ed..bf126832d414 100644 --- a/shell/source/backends/kde4be/kde4backend.cxx +++ b/shell/source/backends/kde4be/kde4backend.cxx @@ -48,7 +48,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/current_context.hxx" -#include "uno/lbnames.h" #include "kde4access.hxx" diff --git a/shell/source/backends/kdebe/kdebackend.cxx b/shell/source/backends/kdebe/kdebackend.cxx index 607e1b5f12a2..8089632a4fa3 100644 --- a/shell/source/backends/kdebe/kdebackend.cxx +++ b/shell/source/backends/kdebe/kdebackend.cxx @@ -46,7 +46,6 @@ #include "rtl/ustring.hxx" #include "sal/types.h" #include "uno/current_context.hxx" -#include "uno/lbnames.h" #include "shell/kde_headers.h" |