From ea9da1dd7790de9a8057a00a22c9b28a4a7bc09c Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Thu, 15 Sep 2016 00:17:41 +0200 Subject: [PATCH] add comment for raw number values are already in initial commit fd069bee7e57ad529c3c0974559fd2d84ec3151a (svx/source/dialog/tpline.cxx) corresponding chart2 commit 668c6b0245b6076ac8fb3f5d734795117188675e (chart2/source/controller/dialogs/dlg_ObjectProperties.cxx) nNoArrowDlg = 1100 was initially commented out and removed later Change-Id: If11506c071cf18d06200032f3cd3b753bc0a4e59 Reviewed-on: https://gerrit.libreoffice.org/28915 Reviewed-by: Jochen Nitschke Tested-by: Jochen Nitschke --- cui/source/tabpages/tpline.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index fa2398fd3622..afd5858c9028 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -672,8 +672,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet ) } // Page does not yet exist in the ctor, that's why we do it here! - else if ( m_nDlgType == 1100 || - m_nDlgType == 1101 ) + else if (m_nDlgType == 1101) // nNoArrowNoShadowDlg from chart2/source/controller/dialogs/dlg_ObjectProperties.cxx { m_pFlLineEnds->Hide(); m_pFLEdgeStyle->Hide();