[Libreoffice-commits] .: sfx2/source

Julien Nabet serval2412 at kemper.freedesktop.org
Mon Jul 18 06:09:38 PDT 2011


 sfx2/source/appl/appuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a098895345e5cfb28ab8b55e88c1ba6286712ae
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Jul 18 15:09:19 2011 +0200

    Just a little fix

diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 8234cec..62a28e3 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -1312,7 +1312,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, ::com::sun::sta
                         aStr.append(RTL_CONSTASCII_STRINGPARAM(
                             " not convertable in slot: "));
                         aStr.append(static_cast<sal_Int32>(nSlotId));
-                        OSL_FAIL( aStr.GetBuffer() );
+                        OSL_FAIL( aStr.getStr() );
                     }
                 }
             }


More information about the Libreoffice-commits mailing list