[Libreoffice-commits] core.git: chart2/source
Tor Lillqvist
tml at collabora.com
Sat Dec 28 01:13:14 PST 2013
chart2/source/controller/dialogs/res_ErrorBar.cxx | 1 -
chart2/source/controller/inc/res_ErrorBar.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 86fcb2eaaea72793c12c2a6b7f18b29179bb7200
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Dec 28 11:06:36 2013 +0200
WaE: private field 'm_pParentWindow' is not used
Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index 07d6770..fce3938 100644
--- a/chart2/source/controller/dialogs/res_ErrorBar.cxx
+++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx
@@ -94,7 +94,6 @@ ErrorBarResources::ErrorBarResources( VclBuilderContainer* pParent, Dialog * pPa
m_eErrorBarType( eType ),
m_nConstDecimalDigits( 1 ),
m_nConstSpinSize( 1 ),
- m_pParentWindow( pParent ),
m_pParentDialog( pParentDialog ),
m_pCurrentRangeChoosingField( 0 ),
m_bHasInternalDataProvider( true ),
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx
index 650b9c8..17b7e3b 100644
--- a/chart2/source/controller/inc/res_ErrorBar.hxx
+++ b/chart2/source/controller/inc/res_ErrorBar.hxx
@@ -118,7 +118,6 @@ private:
sal_uInt16 m_nConstDecimalDigits;
sal_Int64 m_nConstSpinSize;
- VclBuilderContainer* m_pParentWindow;
Dialog * m_pParentDialog;
boost::scoped_ptr< RangeSelectionHelper > m_apRangeSelectionHelper;
Edit * m_pCurrentRangeChoosingField;
More information about the Libreoffice-commits
mailing list