summaryrefslogtreecommitdiff
path: root/sd/source/core/sdpage.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-15 09:03:36 +0100
commite1bdc38a0b8861281f4111fa78b39f76be6e14e7 (patch)
treeee847ac020c48c91148072603dd1706bb719fd83 /sd/source/core/sdpage.cxx
parent5cd41952cdb1c3c14cd48858d382d8bd95f602ff (diff)
More loplugin:cstylecast: sd
Change-Id: I77ed2793aad62377ec6fc2513e06e2371c1c77ad
Diffstat (limited to 'sd/source/core/sdpage.cxx')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 8d20e7a1692e..1016ceb96fa6 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -1932,7 +1932,7 @@ void SdPage::ScaleObjects(const Size& rNewPageSize, const ::tools::Rectangle& rN
if (mbScaleObjects)
{
- SdrObjKind eObjKind = (SdrObjKind) pObj->GetObjIdentifier();
+ SdrObjKind eObjKind = static_cast<SdrObjKind>(pObj->GetObjIdentifier());
if (bIsPresObjOnMaster)
{