diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-12-19 09:29:53 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-12-19 09:30:14 +0100 |
commit | dd258f168f7e5952a71d84a2564c3d5162a613c8 (patch) | |
tree | d5be78a3534d4f167fc194eb544a8a792c97ffe9 /svx/source | |
parent | b4c937fc5209f3a05d3373593307a051bc810531 (diff) |
loplugin:redundantcast
Change-Id: Ie80a8e8132214164a4a237b0e5ea89c1b41d8ee3
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofpageobj.cxx | 2 |
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); |