diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-27 15:00:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-27 15:00:03 +0100 |
commit | 20b7b15038d0970de1c271238b9aef7cbd3930ac (patch) | |
tree | a3aa9551d5c6ec1f38cbeb15f9564bb966238c75 /svx | |
parent | 920b5ac7e809bce39ae9f81172f4d3cf664c08fd (diff) |
fix build
Change-Id: I6064cef802aac56e99b1bc053bd2612a87038e3d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |