summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:48:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:48:59 +0200
commit000c31c384c62dce9bc9160047f02cb2c62a7771 (patch)
tree05957c3b42d13148ffb4cb965a34f114c874183a /basctl
parentb6cd6e1827bf19bc90d062caa8a52e550b08debd (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedobj.cxx2
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 )