[Libreoffice-commits] .: binfilter/bf_xmloff
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Jun 15 02:20:21 PDT 2011
binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ff7f2baf23b1cc6eaa2d02557e5833c4c621f94b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 15 10:16:37 2011 +0100
aResult->aName
diff --git a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
index 71cfa43..aa59832 100644
--- a/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
+++ b/binfilter/bf_xmloff/source/meta/xmloff_xmlmetae.cxx
@@ -239,7 +239,7 @@ rtl::OUString lcl_GetProductName()
if ( (aAny >>= aValue) && aValue.getLength() )
aName.append( aValue ).append( (sal_Unicode)' ' );
aName.append( (sal_Unicode)'(' );
- aResult.append( os );
+ aName.append( os );
aName.append( (sal_Unicode)')' );
return aName.makeStringAndClear();
More information about the Libreoffice-commits
mailing list