summaryrefslogtreecommitdiff
path: root/i18npool/qa/cppunit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-23 17:57:59 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-23 23:45:19 +0300
commit9a6fb0f6229896c0fca1e904cb99b70d67c4647f (patch)
treea9eb72825a09dbb2c4bd244fd1c41ac85d0b2a00 /i18npool/qa/cppunit
parent3e3bd8a18feffaea74342eed762e2e3a9c1a315b (diff)
Make it compile
Diffstat (limited to 'i18npool/qa/cppunit')
-rw-r--r--i18npool/qa/cppunit/i18npool_cppunittester_all.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/i18npool_cppunittester_all.cxx b/i18npool/qa/cppunit/i18npool_cppunittester_all.cxx
index 6fcead2a08b3..3a5d2827cf48 100644
--- a/i18npool/qa/cppunit/i18npool_cppunittester_all.cxx
+++ b/i18npool/qa/cppunit/i18npool_cppunittester_all.cxx
@@ -38,10 +38,12 @@
#include "osl/module.h"
#include "osl/module.hxx"
#include "osl/thread.h"
+#include "rtl/bootstrap.hxx"
#include "rtl/process.h"
#include "rtl/string.h"
#include "rtl/string.hxx"
#include "rtl/textcvt.h"
+#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "sal/main.h"
#include "sal/types.h"
@@ -134,7 +136,8 @@ SAL_IMPLEMENT_MAIN() {
.append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("types.rdb")))
.append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" ")))
.append(sBrandLocation)
- .append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("udkapi.rdb")));
+ .append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("udkapi.rdb")))
+ .toString();
osl_setEnvironment(sTypes.pData, sTypesValue.pData);
TestPlugInSignature plugs[] = {