summaryrefslogtreecommitdiff
path: root/include/svx/def3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/def3d.hxx')
-rw-r--r--include/svx/def3d.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/svx/def3d.hxx b/include/svx/def3d.hxx
index d765bb162b49..41537519af50 100644
--- a/include/svx/def3d.hxx
+++ b/include/svx/def3d.hxx
@@ -30,14 +30,16 @@ const double fPiDiv180 = 0.01745329251994;
enum class E3dDragConstraint
{
- X = 0x0001,
- Y = 0x0002,
- Z = 0x0004,
+ X = 0x0001,
+ Y = 0x0002,
+ Z = 0x0004,
XYZ = X | Y | Z
};
namespace o3tl
{
- template<> struct typed_flags<E3dDragConstraint> : is_typed_flags<E3dDragConstraint, 0x7> {};
+template <> struct typed_flags<E3dDragConstraint> : is_typed_flags<E3dDragConstraint, 0x7>
+{
+};
}
#endif