summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-10-16 09:32:25 +0000
committerKurt Zenker <kz@openoffice.org>2009-10-16 09:32:25 +0000
commitdbd47e076d3a113f8cb662b2d6769a895a225eba (patch)
tree2cd52faedde5252096b36a7e69fd2d64bd4d1373
parente0d2085017d182cde44e145f3e8bfc428dec6e21 (diff)
#i10000# parse problem unxsoli4
-rw-r--r--sw/source/filter/ww8/WW8Sttbf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx b/sw/source/filter/ww8/WW8Sttbf.cxx
index b4ea460fcae7..b03ec823292f 100644
--- a/sw/source/filter/ww8/WW8Sttbf.cxx
+++ b/sw/source/filter/ww8/WW8Sttbf.cxx
@@ -103,7 +103,7 @@ namespace ww8
{
::rtl::OString aOStr(reinterpret_cast<const sal_Char *>(&mp_data[mn_offset + nOffset]),
nCount);
- ::rtl::OUString aOUStr(OStringToOUString(aOStr, RTL_TEXTENCODING_ASCII_US));
+ ::rtl::OUString aOUStr(rtl::OStringToOUString(aOStr, RTL_TEXTENCODING_ASCII_US));
aResult = rtl::OUString(aOUStr);
}