diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-29 11:09:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-29 11:09:15 +0200 |
commit | 3482b33aeee0e2f87ab33da7f543d9aff897e66b (patch) | |
tree | a79f093116b326dc2de16da3ea506c67949b75be /tools | |
parent | 5b9a34807f72340b537134eed489f4d2b4942197 (diff) |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/prj/build.lst | 2 | ||||
-rw-r--r-- | tools/qa/cppunit/test_reversemap.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/prj/build.lst b/tools/prj/build.lst index ee6803567843..fb086f248e2a 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 c2a679896ca7..190b4b2c10f4 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 |