Kaydet (Commit) 20b7b150 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

Change-Id: I6064cef802aac56e99b1bc053bd2612a87038e3d
üst 920b5ac7
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment