summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 08:57:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 07:49:33 +0100
commitbe359b156b2be7624121a2f2ec5bc6c2d6a195a8 (patch)
treecd34dff8c2c29abe499f4bffb1b454a70d12dd67 /include/svx
parentFix typo (diff)
downloadcore-be359b156b2be7624121a2f2ec5bc6c2d6a195a8.tar.gz
core-be359b156b2be7624121a2f2ec5bc6c2d6a195a8.zip
loplugin:unusedenumconstants
Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7 Reviewed-on: https://gerrit.libreoffice.org/46684 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/cube3d.hxx16
-rw-r--r--include/svx/deflt3d.hxx2
2 files changed, 0 insertions, 18 deletions
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 <svx/obj3d.hxx>
#include <svx/svdobj.hxx>
#include <svx/svxdllapi.h>
-#include <o3tl/typed_flags_set.hxx>
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<CubeFaces> : is_typed_flags<CubeFaces, 0x003f> {};
-}
-
class SAL_WARN_UNUSED SVX_DLLPUBLIC E3dCubeObj final : public E3dCompoundObject
{
// Parameter
diff --git a/include/svx/deflt3d.hxx b/include/svx/deflt3d.hxx
index 8181907d3e16..d4d083287c87 100644
--- a/include/svx/deflt3d.hxx
+++ b/include/svx/deflt3d.hxx
@@ -25,8 +25,6 @@
#include <svx/svxdllapi.h>
#include <tools/color.hxx>
-enum class CubeFaces;
-
/*************************************************************************
|*
|* Class for managing the 3D default attributes