summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 10:54:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 10:54:34 +0200
commitaea96244d1228a7b2de27c46f1d33b7025803667 (patch)
tree211e247f79640fee688271cff3efd714005b0155 /dbaccess
parente052009df1c01958aa1371e0cb0c8da75f0881ba (diff)
Missing includes
Change-Id: I08750fdaab137665205a6e55891d845b39b0147d
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx1
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx1
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.cxx1
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx1
4 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index b80f9f93bbe8..508489e68ed6 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -26,6 +26,7 @@
#include "RowSet.hxx"
#include "dbastrings.hrc"
#include "sdbcoretools.hxx"
+#include "services.hxx"
#include "SingleSelectQueryComposer.hxx"
#include "module_dba.hxx"
#include "CRowSetColumn.hxx"
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index eb8bafd8fd01..65a64ee564f3 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -25,6 +25,7 @@
#include "defaultobjectnamecheck.hxx"
#include "dlgsave.hxx"
#include "localresaccess.hxx"
+#include "uiservices.hxx"
#include "QTableWindow.hxx"
#include "QTableWindowData.hxx"
#include "querycontainerwindow.hxx"
diff --git a/dbaccess/source/ui/uno/composerdialogs.cxx b/dbaccess/source/ui/uno/composerdialogs.cxx
index 6d809c6e4d18..8b701c376cfc 100644
--- a/dbaccess/source/ui/uno/composerdialogs.cxx
+++ b/dbaccess/source/ui/uno/composerdialogs.cxx
@@ -18,6 +18,7 @@
*/
#include "composerdialogs.hxx"
+#include "uiservices.hxx"
#include "dbu_reghelper.hxx"
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
diff --git a/dbaccess/source/ui/uno/dbinteraction.cxx b/dbaccess/source/ui/uno/dbinteraction.cxx
index a693b6af0285..59f133f0d661 100644
--- a/dbaccess/source/ui/uno/dbinteraction.cxx
+++ b/dbaccess/source/ui/uno/dbinteraction.cxx
@@ -19,6 +19,7 @@
#include "dbinteraction.hxx"
#include "dbu_reghelper.hxx"
+#include "uiservices.hxx"
#include <tools/diagnose_ex.h>
#include <osl/diagnose.h>
#include <vcl/msgbox.hxx>