diff options
author | Golnaz Irannejad <golnaz.irannejad@gmail.com> | 2013-04-17 21:56:45 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-18 10:34:27 +0000 |
commit | 83828891e4c985a024a0c920535bad56b7fbdf11 (patch) | |
tree | fe7d918616f79d866ddaf86044e1ee8bdbb52db3 /chart2 | |
parent | 29b59f2e87d1b00ab6a1f4cc4e960603974992bc (diff) |
Delete unused code in one file.
Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
Reviewed-on: https://gerrit.libreoffice.org/3446
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_Trendline.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/controller/dialogs/res_Trendline.cxx b/chart2/source/controller/dialogs/res_Trendline.cxx index 1be6e34d125a..e74a84a7e800 100644 --- a/chart2/source/controller/dialogs/res_Trendline.cxx +++ b/chart2/source/controller/dialogs/res_Trendline.cxx @@ -58,15 +58,6 @@ void lcl_AdjustControlSize( Control & rControl, long nRightEdge ) namespace chart { -enum StatTrendLine -{ - TRENDLINE_NONE, - TRENDLINE_LINE, - TRENDLINE_LOG, - TRENDLINE_EXP, - TRENDLINE_POW -}; - TrendlineResources::TrendlineResources( Window * pParent, const SfxItemSet& rInAttrs, bool bNoneAvailable ) : m_aFLType( pParent, SchResId( FL_TYPE )), |