[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - cppuhelper/qa cppu/qa

Damjan Jovanovic damjan at apache.org
Mon Sep 14 21:08:03 PDT 2015


 cppu/qa/main.cxx                               |    2 ++
 cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx |    2 +-
 cppuhelper/qa/ifcontainer/main.cxx             |    2 ++
 cppuhelper/qa/unourl/cppu_unourl.cxx           |    2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit abb7ee3fe03dc004fcad8308fbd37d25478b920a
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Tue Sep 15 03:16:33 2015 +0000

    Add missing precompiled header includes in cppuhelper.

diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
index 402468b..48cef1c 100644
--- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
+++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
@@ -19,7 +19,7 @@
  *
  *************************************************************/
 
-
+#include "precompiled_cppuhelper.hxx"
 
 #include "com/sun/star/lang/XEventListener.hpp"
 #include "cppuhelper/interfacecontainer.hxx"
diff --git a/cppuhelper/qa/ifcontainer/main.cxx b/cppuhelper/qa/ifcontainer/main.cxx
index df14e5b..84fea04 100644
--- a/cppuhelper/qa/ifcontainer/main.cxx
+++ b/cppuhelper/qa/ifcontainer/main.cxx
@@ -19,6 +19,8 @@
  *
  *************************************************************/
 
+#include "precompiled_cppuhelper.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)
diff --git a/cppuhelper/qa/unourl/cppu_unourl.cxx b/cppuhelper/qa/unourl/cppu_unourl.cxx
index 1691b89..e56394c 100644
--- a/cppuhelper/qa/unourl/cppu_unourl.cxx
+++ b/cppuhelper/qa/unourl/cppu_unourl.cxx
@@ -19,7 +19,7 @@
  *
  *************************************************************/
 
-
+#include "precompiled_cppuhelper.hxx"
 
 #include "cppuhelper/unourl.hxx"
 #include "rtl/malformeduriexception.hxx"
commit b4f9be65046d4a984f60485f1172fa63d0ad316d
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Tue Sep 15 03:10:54 2015 +0000

    Fix a build regression caused by 1700093's lack of a precompiled header include.

diff --git a/cppu/qa/main.cxx b/cppu/qa/main.cxx
index df14e5b..c9e4073 100644
--- a/cppu/qa/main.cxx
+++ b/cppu/qa/main.cxx
@@ -19,6 +19,8 @@
  *
  *************************************************************/
 
+#include "precompiled_cppu.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)


More information about the Libreoffice-commits mailing list