[ooo-build-commit] Branch 'ooo/master' - sw/source

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Oct 16 20:30:19 PDT 2009


 sw/source/filter/ww8/WW8Sttbf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a68c13b632b7040e4e442f4c90f11a06c926e22e
Author: Kurt Zenker <kz at openoffice.org>
Date:   Fri Oct 16 09:32:25 2009 +0000

    #i10000# parse problem unxsoli4

diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx b/sw/source/filter/ww8/WW8Sttbf.cxx
index 1d80f20..946147a 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);
         }
         


More information about the ooo-build-commit mailing list