From e0c64cbeaf458cabcf8f4ac7c8aac4cd1896273c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Aug 2017 14:35:20 +0200 Subject: 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 Reviewed-by: Noel Grandin --- cui/source/tabpages/connect.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') 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( pItem )->GetValue(); -- cgit