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

New commits:
commit d46295ca600848a13e2aa1311a7ed7f9004fcb46
Author: Caolán McNamara <[email protected]>
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
     ) {}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to