Kaydet (Commit) 86fcb2ea authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private field 'm_pParentWindow' is not used

Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e
üst 6eb02ac8
...@@ -94,7 +94,6 @@ ErrorBarResources::ErrorBarResources( VclBuilderContainer* pParent, Dialog * pPa ...@@ -94,7 +94,6 @@ ErrorBarResources::ErrorBarResources( VclBuilderContainer* pParent, Dialog * pPa
m_eErrorBarType( eType ), m_eErrorBarType( eType ),
m_nConstDecimalDigits( 1 ), m_nConstDecimalDigits( 1 ),
m_nConstSpinSize( 1 ), m_nConstSpinSize( 1 ),
m_pParentWindow( pParent ),
m_pParentDialog( pParentDialog ), m_pParentDialog( pParentDialog ),
m_pCurrentRangeChoosingField( 0 ), m_pCurrentRangeChoosingField( 0 ),
m_bHasInternalDataProvider( true ), m_bHasInternalDataProvider( true ),
......
...@@ -118,7 +118,6 @@ private: ...@@ -118,7 +118,6 @@ private:
sal_uInt16 m_nConstDecimalDigits; sal_uInt16 m_nConstDecimalDigits;
sal_Int64 m_nConstSpinSize; sal_Int64 m_nConstSpinSize;
VclBuilderContainer* m_pParentWindow;
Dialog * m_pParentDialog; Dialog * m_pParentDialog;
boost::scoped_ptr< RangeSelectionHelper > m_apRangeSelectionHelper; boost::scoped_ptr< RangeSelectionHelper > m_apRangeSelectionHelper;
Edit * m_pCurrentRangeChoosingField; Edit * m_pCurrentRangeChoosingField;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment