summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futhes.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-29 11:04:25 +0200
committerNoel Grandin <noel@peralex.com>2014-11-10 15:22:16 +0200
commit34966ecb6fb139d49e55796229aa98e27ef8e4b2 (patch)
tree246ae77e211806aac31c8774cfdd3b50de1d0dbb /sd/source/ui/func/futhes.cxx
parentbe36b1644dcf593b0a50d5a76a503bb0e6565a84 (diff)
loplugin: cstylecast
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
Diffstat (limited to 'sd/source/ui/func/futhes.cxx')
-rw-r--r--sd/source/ui/func/futhes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx
index a6c1fb9d6d75..7ce18a54100b 100644
--- a/sd/source/ui/func/futhes.cxx
+++ b/sd/source/ui/func/futhes.cxx
@@ -85,7 +85,7 @@ void FuThesaurus::DoExecute( SfxRequest& )
if ( pObj->ISA(SdrTextObj) )
{
- pTextObj = (SdrTextObj*) pObj;
+ pTextObj = static_cast<SdrTextObj*>(pObj);
}
}
}