add comment for raw number

values are already in initial commit
fd069bee7e
(svx/source/dialog/tpline.cxx)

corresponding chart2 commit
668c6b0245
(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 <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
Jochen Nitschke
2016-09-15 00:17:41 +02:00
parent ae65dbbafe
commit ea9da1dd77

View File

@@ -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! // Page does not yet exist in the ctor, that's why we do it here!
else if ( m_nDlgType == 1100 || else if (m_nDlgType == 1101) // nNoArrowNoShadowDlg from chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
m_nDlgType == 1101 )
{ {
m_pFlLineEnds->Hide(); m_pFlLineEnds->Hide();
m_pFLEdgeStyle->Hide(); m_pFLEdgeStyle->Hide();