summaryrefslogtreecommitdiff
path: root/include/svx/extrud3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-03 09:18:24 +0200
committerNoel Grandin <noel@peralex.com>2014-10-06 09:21:36 +0200
commit3b34655cc5ba586a616533e2efe3426d7c4e5aef (patch)
treee5f8428cd121c4543e74ff6524c27c9399e1d101 /include/svx/extrud3d.hxx
parentfd7a21d7ea6dd36d4d9b86ecf38ad798af3fb1df (diff)
loplugin: cstylecast
Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7
Diffstat (limited to 'include/svx/extrud3d.hxx')
-rw-r--r--include/svx/extrud3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/extrud3d.hxx b/include/svx/extrud3d.hxx
index dbb8260e0661..cdade62cedb0 100644
--- a/include/svx/extrud3d.hxx
+++ b/include/svx/extrud3d.hxx
@@ -91,7 +91,7 @@ public:
// set/get local parameters with geometry regeneration
void SetExtrudePolygon(const basegfx::B2DPolyPolygon &rNew);
- const basegfx::B2DPolyPolygon &GetExtrudePolygon() { return maExtrudePolygon; }
+ const basegfx::B2DPolyPolygon &GetExtrudePolygon() const { return maExtrudePolygon; }
virtual bool IsBreakObjPossible() SAL_OVERRIDE;
virtual SdrAttrObj* GetBreakObj() SAL_OVERRIDE;