diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/cube3d.hxx | 16 | ||||
-rw-r--r-- | include/svx/deflt3d.hxx | 2 |
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 |