Kaydet (Commit) 000c31c3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
üst b6cd6e18
...@@ -1347,7 +1347,7 @@ void DlgEdForm::PositionAndSizeChange( const beans::PropertyChangeEvent& evt ) ...@@ -1347,7 +1347,7 @@ void DlgEdForm::PositionAndSizeChange( const beans::PropertyChangeEvent& evt )
bool bAdjustedPageSize = rEditor.AdjustPageSize(); bool bAdjustedPageSize = rEditor.AdjustPageSize();
SetRectFromProps(); SetRectFromProps();
std::vector<DlgEdObj*> const& aChildList = ((DlgEdForm*)this)->GetChildren(); std::vector<DlgEdObj*> const& aChildList = GetChildren();
std::vector<DlgEdObj*>::const_iterator aIter; std::vector<DlgEdObj*>::const_iterator aIter;
if ( bAdjustedPageSize ) if ( bAdjustedPageSize )
......
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