summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/iderdll.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-21 09:12:47 +0200
committerNoel Grandin <noel@peralex.com>2014-10-23 12:36:14 +0200
commit50a8c89f36b3b8f2d029a0bedc1ed9362807321d (patch)
treec555ceefd72054d7af227427355dfac8baabe467 /basctl/source/basicide/iderdll.cxx
parentloplugin: cstylecast (diff)
downloadcore-50a8c89f36b3b8f2d029a0bedc1ed9362807321d.tar.gz
core-50a8c89f36b3b8f2d029a0bedc1ed9362807321d.zip
loplugin: cstylecast
Change-Id: I9134aff4f2e6bff43ebb78c605e0ff521eac6ffc
Diffstat (limited to 'basctl/source/basicide/iderdll.cxx')
-rw-r--r--basctl/source/basicide/iderdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 4e2b604d4bd9..a38919649875 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -181,7 +181,7 @@ ExtraData::~ExtraData ()
void ExtraData::SetSearchItem (const SvxSearchItem& rItem)
{
- pSearchItem.reset((SvxSearchItem*)rItem.Clone());
+ pSearchItem.reset(static_cast<SvxSearchItem*>(rItem.Clone()));
}
IMPL_LINK(ExtraData, GlobalBasicBreakHdl, StarBASIC *, pBasic )