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 <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
parent
ae65dbbafe
commit
ea9da1dd77
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user