[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Wed Dec 14 01:53:25 PST 2011


 binfilter/bf_sw/source/core/inc/fntcache.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d46295ca600848a13e2aa1311a7ed7f9004fcb46
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Dec 13 23:11:44 2011 +0000

    ditch a ByteString

diff --git a/binfilter/bf_sw/source/core/inc/fntcache.hxx b/binfilter/bf_sw/source/core/inc/fntcache.hxx
index 1ea63d9..691f7c5 100644
--- a/binfilter/bf_sw/source/core/inc/fntcache.hxx
+++ b/binfilter/bf_sw/source/core/inc/fntcache.hxx
@@ -58,7 +58,7 @@ public:
 
     inline SwFntCache() : SwCache(50,50
 #ifdef DBG_UTIL
-    , ByteString( RTL_CONSTASCII_STRINGPARAM(
+    , rtl::OString( RTL_CONSTASCII_STRINGPARAM(
                         "Globaler Font-Cache pFntCache" ))
 #endif
     ) {}


More information about the Libreoffice-commits mailing list