summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-12-19 09:29:53 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-19 09:30:14 +0100
commitdd258f168f7e5952a71d84a2564c3d5162a613c8 (patch)
treed5be78a3534d4f167fc194eb544a8a792c97ffe9 /svx
parentb4c937fc5209f3a05d3373593307a051bc810531 (diff)
loplugin:redundantcast
Change-Id: Ie80a8e8132214164a4a237b0e5ea89c1b41d8ee3
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofpageobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
index 03516df99ec6..2b11b23642d2 100644
--- a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
@@ -138,7 +138,7 @@ drawinglayer::primitive2d::Primitive2DContainer PagePrimitiveExtractor::createPr
// PagePreviewPrimitive2D::create2DDecomposition)
basegfx::B2DRange(),
- GetXDrawPageForSdrPage(const_cast< SdrPage* >(pStartPage)),
+ GetXDrawPageForSdrPage(pStartPage),
0.0, // no time; page previews are not animated
rOriginalViewInformation.getExtendedInformationSequence());
updateViewInformation2D(aNewViewInformation2D);