From be359b156b2be7624121a2f2ec5bc6c2d6a195a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 08:57:55 +0200 Subject: loplugin:unusedenumconstants Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7 Reviewed-on: https://gerrit.libreoffice.org/46684 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/cube3d.hxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/svx/cube3d.hxx') diff --git a/include/svx/cube3d.hxx b/include/svx/cube3d.hxx index a627be2a1261..4a74777e0cff 100644 --- a/include/svx/cube3d.hxx +++ b/include/svx/cube3d.hxx @@ -27,7 +27,6 @@ #include #include #include -#include namespace sdr { namespace contact { class ViewContact; } } @@ -46,21 +45,6 @@ class E3dDefaultAttributes; |* \************************************************************************/ -enum class CubeFaces -{ - Bottom = 0x0001, - Back = 0x0002, - Left = 0x0004, - Top = 0x0008, - Right = 0x0010, - Front = 0x0020, - Full = Bottom | Back | Left | Top | Right | Front -}; -namespace o3tl -{ - template<> struct typed_flags : is_typed_flags {}; -} - class SAL_WARN_UNUSED SVX_DLLPUBLIC E3dCubeObj final : public E3dCompoundObject { // Parameter -- cgit