diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 09:49:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 12:18:39 +0000 |
commit | 1d852b32d7ad89b2317c04958060f366f8922ca4 (patch) | |
tree | 69720512c5675dfad89d00e1134b46faff5eb7b6 /include/svx/cube3d.hxx | |
parent | 383b75f4f516d6a5d256ffc08bc0e7836520447b (diff) |
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61
Reviewed-on: https://gerrit.libreoffice.org/17117
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/cube3d.hxx')
-rw-r--r-- | include/svx/cube3d.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/cube3d.hxx b/include/svx/cube3d.hxx index 7fcdd0b31b58..5a6f246487df 100644 --- a/include/svx/cube3d.hxx +++ b/include/svx/cube3d.hxx @@ -76,8 +76,6 @@ public: void SetPosIsCenter(bool bNew); bool GetPosIsCenter() const { return bPosIsCenter; } - sal_uInt16 GetSideFlags() { return nSideFlags; } - // TakeObjName...() is for the display in the UI, for example "3 frames selected". virtual OUString TakeObjNameSingul() const SAL_OVERRIDE; virtual OUString TakeObjNamePlural() const SAL_OVERRIDE; |