loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
This commit is contained in:
@@ -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 )
|
||||||
|
Reference in New Issue
Block a user