diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-03 09:18:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-06 09:21:36 +0200 |
commit | 3b34655cc5ba586a616533e2efe3426d7c4e5aef (patch) | |
tree | e5f8428cd121c4543e74ff6524c27c9399e1d101 /include/svx/extrud3d.hxx | |
parent | fd7a21d7ea6dd36d4d9b86ecf38ad798af3fb1df (diff) |
loplugin: cstylecast
Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7
Diffstat (limited to 'include/svx/extrud3d.hxx')
-rw-r--r-- | include/svx/extrud3d.hxx | 2 |
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; |