[Libreoffice-commits] core.git: chart2/source
Golnaz Irannejad
golnaz.irannejad at gmail.com
Thu Apr 18 03:34:47 PDT 2013
chart2/source/controller/dialogs/res_Trendline.cxx | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit 83828891e4c985a024a0c920535bad56b7fbdf11
Author: Golnaz Irannejad <golnaz.irannejad at gmail.com>
Date: Wed Apr 17 21:56:45 2013 -0400
Delete unused code in one file.
Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
Reviewed-on: https://gerrit.libreoffice.org/3446
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/chart2/source/controller/dialogs/res_Trendline.cxx b/chart2/source/controller/dialogs/res_Trendline.cxx
index 1be6e34..e74a84a 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 )),
More information about the Libreoffice-commits
mailing list