summaryrefslogtreecommitdiff
path: root/include/svx/cube3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/cube3d.hxx')
-rw-r--r--include/svx/cube3d.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/cube3d.hxx b/include/svx/cube3d.hxx
index d1d2a06a4f15..dc9f34d36784 100644
--- a/include/svx/cube3d.hxx
+++ b/include/svx/cube3d.hxx
@@ -45,10 +45,7 @@ enum class CubeFaces
Top = 0x0008,
Right = 0x0010,
Front = 0x0020,
- Full = Bottom | Back | Left | Top | Right | Front,
- OpenTopBottom = Back | Left | Right | Front,
- OpenLeftRight = Bottom | Back | Top | Front,
- OpenFrontBack = Bottom | Left | Top | Right
+ Full = Bottom | Back | Left | Top | Right | Front
};
namespace o3tl
{