summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fulinend.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/fulinend.cxx
parentbe36b1644dcf593b0a50d5a76a503bb0e6565a84 (diff)
loplugin: cstylecast
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
Diffstat (limited to 'sd/source/ui/func/fulinend.cxx')
-rw-r--r--sd/source/ui/func/fulinend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fulinend.cxx b/sd/source/ui/func/fulinend.cxx
index e5073aa035f4..e8f441cc7398 100644
--- a/sd/source/ui/func/fulinend.cxx
+++ b/sd/source/ui/func/fulinend.cxx
@@ -85,7 +85,7 @@ void FuLineEnd::DoExecute( SfxRequest& )
else return; // Cancel
}
- const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly();
+ const ::basegfx::B2DPolyPolygon aPolyPolygon = static_cast<const SdrPathObj*>(pNewObj)->GetPathPoly();
// Delete the created poly-object
SdrObject::Free( pConvPolyObj );