[Libreoffice-commits] .: tools/prj tools/qa

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Sep 29 02:09:39 PDT 2011


 tools/prj/build.lst                  |    2 +-
 tools/qa/cppunit/test_reversemap.cxx |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3482b33aeee0e2f87ab33da7f543d9aff897e66b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 29 11:09:15 2011 +0200

    Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.

diff --git a/tools/prj/build.lst b/tools/prj/build.lst
index ee68035..fb086f2 100644
--- a/tools/prj/build.lst
+++ b/tools/prj/build.lst
@@ -1,3 +1,3 @@
-tl tools : cppu external offapi ZLIB:zlib EXPAT:expat basegfx comphelper i18npool NULL
+tl tools : cppu external offapi ZLIB:zlib EXPAT:expat basegfx comphelper i18npool unotest NULL
 tl tools\prj nmake - all tl_prj NULL
 # tl	tools\qa					nmake	-	all	tl_qa tl_utl NULL
diff --git a/tools/qa/cppunit/test_reversemap.cxx b/tools/qa/cppunit/test_reversemap.cxx
index c2a6798..190b4b2 100644
--- a/tools/qa/cppunit/test_reversemap.cxx
+++ b/tools/qa/cppunit/test_reversemap.cxx
@@ -42,6 +42,7 @@
 #include <vector>
 
 #include "tools/tenccvt.hxx"
+#include "unotest/oustringostreaminserter.hxx"
 
 //Tests for getBestMSEncodingByChar
 


More information about the Libreoffice-commits mailing list