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 /connectivity | |
parent | 698158655a9e2e74acc065899e668d365c2b4195 (diff) |
Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/Aservices.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/jservices.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx index f1a9df42f28d..a5ef10115da8 100644 --- a/connectivity/source/drivers/ado/Aservices.cxx +++ b/connectivity/source/drivers/ado/Aservices.cxx @@ -19,6 +19,7 @@ #include "ado/ADriver.hxx" #include <cppuhelper/factory.hxx> +#include <uno/lbnames.h> using namespace connectivity::ado; using ::com::sun::star::uno::Reference; diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx index e485b61c7ad3..81cfc3c09f09 100644 --- a/connectivity/source/drivers/jdbc/jservices.cxx +++ b/connectivity/source/drivers/jdbc/jservices.cxx @@ -19,6 +19,7 @@ #include "java/sql/Driver.hxx" #include <cppuhelper/factory.hxx> +#include <uno/lbnames.h> using namespace connectivity; using ::com::sun::star::uno::Reference; |