diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-18 09:39:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-18 09:39:55 +0100 |
commit | d0054bfd21043a9f48dcb0bb7024edac9c60f453 (patch) | |
tree | 433f29e43197d109d38a976f329baa4bd72b6cd5 /cui/source | |
parent | c88165dfb46c771eba6324ec061bf4455732194e (diff) |
svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCount
Change-Id: I1632ef3698004870a273fd85afb11c20ad4b8db3
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/connect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx index 80ca0fa25e33..0f1af8106c76 100644 --- a/cui/source/tabpages/connect.cxx +++ b/cui/source/tabpages/connect.cxx @@ -463,7 +463,7 @@ void SvxConnectionPage::ChangeAttrHdl_Impl(void* p) if( p == m_pLbType ) { // get the number of line displacements - sal_uInt16 nCount = m_pCtlPreview->GetLineDeltaAnz(); + sal_uInt16 nCount = m_pCtlPreview->GetLineDeltaCount(); m_pFtLine3->Enable( nCount > 2 ); m_pMtrFldLine3->Enable( nCount > 2 ); |