[Libreoffice-commits] core.git: dbaccess/source

Stephan Bergmann sbergman at redhat.com
Mon Apr 14 01:55:14 PDT 2014


 dbaccess/source/core/api/RowSet.cxx                |    1 +
 dbaccess/source/ui/querydesign/querycontroller.cxx |    1 +
 dbaccess/source/ui/uno/composerdialogs.cxx         |    1 +
 dbaccess/source/ui/uno/dbinteraction.cxx           |    1 +
 4 files changed, 4 insertions(+)

New commits:
commit aea96244d1228a7b2de27c46f1d33b7025803667
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 14 10:54:34 2014 +0200

    Missing includes
    
    Change-Id: I08750fdaab137665205a6e55891d845b39b0147d

diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index b80f9f9..508489e 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 eb8bafd..65a64ee 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 6d809c6..8b701c3 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 a693b6a..59f133f 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>


More information about the Libreoffice-commits mailing list