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

Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
This commit is contained in:
Stephan Bergmann
2015-05-11 12:48:59 +02:00
parent b6cd6e1827
commit 000c31c384

View File

@@ -1347,7 +1347,7 @@ void DlgEdForm::PositionAndSizeChange( const beans::PropertyChangeEvent& evt )
bool bAdjustedPageSize = rEditor.AdjustPageSize();
SetRectFromProps();
std::vector<DlgEdObj*> const& aChildList = ((DlgEdForm*)this)->GetChildren();
std::vector<DlgEdObj*> const& aChildList = GetChildren();
std::vector<DlgEdObj*>::const_iterator aIter;
if ( bAdjustedPageSize )