diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-18 15:09:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-18 15:09:19 +0200 |
commit | 78bf0a60fa2248106f419f0bdec534489edb97a8 (patch) | |
tree | 8df96f5b3a1bd6154ba00fbdbd056611a533ae6d /sfx2 | |
parent | 2d16373b60f5f18bf1e42f13eb47bb8de6f6312d (diff) |
Just a little fix
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 8236967eca41..c3a545fb8935 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() ); } } } |