I removed rest of commented out code in that folder.
Moving to the next one
From 40080fe884a2fdb5664fcb3c70bce9bfb56b388d Mon Sep 17 00:00:00 2001
From: Timo Heino <eraggo@gmail.com>
Date: Sat, 27 Nov 2010 20:27:01 +0200
Subject: [PATCH] Removed somecomments
Signed-off-by: Timo Heino <eraggo@gmail.com>
---
chart2/source/controller/dialogs/tp_ChartType.cxx | 6 ------
.../source/controller/dialogs/tp_RangeChooser.cxx | 2 --
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx
b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 0edab9d..cb94e53 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -388,12 +388,6 @@ void StackingResourceGroup::fillControls( const ChartTypeParameter& rParameter
)
m_aRB_Stack_Y_Percent.Check();
break;
case GlobalStackMode_STACK_Z:
- //todo uncomment this condition if z stacking radio button is really used
- /*
- if( rParameter.b3DLook )
- m_aRB_Stack_Z.Check();
- else
- */
m_aRB_Stack_Y.Check();
break;
default:
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.cxx
b/chart2/source/controller/dialogs/tp_RangeChooser.cxx
index 24bd894..236c5d0 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.cxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.cxx
@@ -186,9 +186,7 @@ void RangeChooserTabPage::initControlsFromModel()
m_nChangingControlCalls++;
if(m_pTemplateProvider)
- {
m_xCurrentChartTypeTemplate = m_pTemplateProvider->getCurrentTemplate();
- }
bool bUseColumns = ! m_aRB_Rows.IsChecked();
bool bFirstCellAsLabel = bUseColumns ? m_aCB_FirstRowAsLabel.IsChecked() :
m_aCB_FirstColumnAsLabel.IsChecked();
--
1.7.1
Context
- [Libreoffice] [patch] Removed some commented out code · Timo Heino
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.