[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Sun Aug 27 14:03:48 UTC 2017


 svx/source/xoutdev/xattr.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 20b7b15038d0970de1c271238b9aef7cbd3930ac
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Aug 27 15:00:03 2017 +0100

    fix build
    
    Change-Id: I6064cef802aac56e99b1bc053bd2612a87038e3d

diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 8a61e81781e7..cea1c602de41 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -151,7 +151,7 @@ OUString NameOrIndex::CheckNamedItem( const NameOrIndex* pCheckItem, const sal_u
     if (aUniqueName.isEmpty())
     {
         sal_Int32 nUserIndex = 1;
-        const OUString aUser(SvxResId(pPrefixResId)) + " ";
+        const OUString aUser(SvxResId(pPrefixResId) + " ");
 
         if( pDefaults.get() )
         {
@@ -1544,7 +1544,7 @@ bool XLineEndItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) const
     nMemberId &= ~CONVERT_TWIPS;
     if( nMemberId == MID_NAME )
     {
-        rVal <<= SvxUnogetApiNameForItem(Which(), GetName();
+        rVal <<= SvxUnogetApiNameForItem(Which(), GetName());
     }
     else
     {


More information about the Libreoffice-commits mailing list