diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-28 11:06:36 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-28 11:08:45 +0200 |
commit | 86fcb2eaaea72793c12c2a6b7f18b29179bb7200 (patch) | |
tree | 201bcb35b7be4d1b0d4a632a6623de048adc9ebc /chart2/source | |
parent | 6eb02ac8a77f9f89f256b190281029f6cbd60d95 (diff) |
WaE: private field 'm_pParentWindow' is not used
Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/dialogs/res_ErrorBar.cxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/inc/res_ErrorBar.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index 07d6770dee9a..fce3938852b1 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 650b9c873d70..17b7e3b6a881 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; |