summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/res_Trendline.cxx9
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 )),