diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:48:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 12:48:59 +0200 |
commit | 000c31c384c62dce9bc9160047f02cb2c62a7771 (patch) | |
tree | 05957c3b42d13148ffb4cb965a34f114c874183a | |
parent | b6cd6e1827bf19bc90d062caa8a52e550b08debd (diff) |
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 7d11c5a8f448..e4647ebdbb90 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -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 ) |