[PATCH] Delete unused code in one file.

Golnaz Irannejad (via Code Review) gerrit at gerrit.libreoffice.org
Wed Apr 17 18:57:51 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3446

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/3446/1

Delete unused code in one file.

Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
---
M chart2/source/controller/dialogs/res_Trendline.cxx
1 file changed, 0 insertions(+), 9 deletions(-)



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 @@
 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 )),
 

-- 
To view, visit https://gerrit.libreoffice.org/3446
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Golnaz Irannejad <golnazirannejad at gmail.com>



More information about the LibreOffice mailing list