diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-09-15 00:17:41 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-09-16 09:14:15 +0000 |
commit | ea9da1dd7790de9a8057a00a22c9b28a4a7bc09c (patch) | |
tree | 739b36917002a33e032de24c4a7c6572e62c05b2 /cui | |
parent | ae65dbbafe3a07a701f8f45059d0a3d55b1afc59 (diff) |
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>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 3 |
1 files changed, 1 insertions, 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(); |