[Libreoffice-commits] .: dbaccess/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 1 14:12:02 PDT 2012


 dbaccess/source/core/api/RowSet.cxx                    |    2 +-
 dbaccess/source/core/api/SingleSelectQueryComposer.cxx |    2 +-
 dbaccess/source/core/dataaccess/ContentHelper.cxx      |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit df706c23dcdc81f0cfaa8c2b106afd6accc03ad5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Oct 1 16:11:22 2012 -0500

    missing system header
    
    Change-Id: Ieb97d877238941d06aab1aa2ef67186bbc3a995a

diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index a75a155..1042d84 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
+#include <string.h>
 #include "RowSet.hxx"
 #include "dbastrings.hrc"
 #include "sdbcoretools.hxx"
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index 55aa752..faef308 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
+#include <string.h>
 #include "composertools.hxx"
 #include "core_resource.hrc"
 #include "core_resource.hxx"
diff --git a/dbaccess/source/core/dataaccess/ContentHelper.cxx b/dbaccess/source/core/dataaccess/ContentHelper.cxx
index fed2637..08cdd7e 100644
--- a/dbaccess/source/core/dataaccess/ContentHelper.cxx
+++ b/dbaccess/source/core/dataaccess/ContentHelper.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <string.h>
 #include "ContentHelper.hxx"
 #include <ucbhelper/cancelcommandexecution.hxx>
 #include <comphelper/property.hxx>


More information about the Libreoffice-commits mailing list