summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 14:35:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 08:47:36 +0200
commite0c64cbeaf458cabcf8f4ac7c8aac4cd1896273c (patch)
treebf166a6e1f79f5a7f61210480ff28b843f247d27 /cui
parentac8fc5a6a5a1adef7aaa8aa901439e268283d113 (diff)
rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT
and SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT Change-Id: Ib6c370025a56586df1cdf7abcab2f0dfe599a64a Reviewed-on: https://gerrit.libreoffice.org/40738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/connect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx
index aedcdeec4946..118bb62de742 100644
--- a/cui/source/tabpages/connect.cxx
+++ b/cui/source/tabpages/connect.cxx
@@ -261,9 +261,9 @@ void SvxConnectionPage::Reset( const SfxItemSet* rAttrs )
m_pMtrFldLine3->SaveValue();
// SdrEdgeLineDeltaAnzItem
- pItem = GetItem( *rAttrs, SDRATTR_EDGELINEDELTAANZ );
+ pItem = GetItem( *rAttrs, SDRATTR_EDGELINEDELTACOUNT );
if( !pItem )
- pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINEDELTAANZ );
+ pItem = &pPool->GetDefaultItem( SDRATTR_EDGELINEDELTACOUNT );
if( pItem )
{
sal_uInt16 nValue = static_cast<const SdrEdgeLineDeltaCountItem*>( pItem )->GetValue();