diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-04 11:17:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | c97ccd3b3635a53e6bdc07b83c9bf8666b66000a (patch) | |
tree | d52bb0c6d93c0913375fdbd8eb6d36bbae3abbfe /include/svx/obj3d.hxx | |
parent | 2ebd79b3d214c62c0997606115ebc50700d6a760 (diff) |
loplugin:constantfunction: svx
Change-Id: Ib8c3599d245fbc371d00f28d812138b26c3f706d
Diffstat (limited to 'include/svx/obj3d.hxx')
-rw-r--r-- | include/svx/obj3d.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx index 6aaa25db18d8..4a0d497acb0b 100644 --- a/include/svx/obj3d.hxx +++ b/include/svx/obj3d.hxx @@ -192,7 +192,6 @@ public: // 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; - sal_uInt16 GetLogicalGroup() { return 0; } virtual E3dObject* Clone() const SAL_OVERRIDE; E3dObject& operator=( const E3dObject& rObj ); |