summaryrefslogtreecommitdiffstats
path: root/include/basegfx/vector/b2enums.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/vector/b2enums.hxx')
-rw-r--r--include/basegfx/vector/b2enums.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index b41db31b43b3..f1ba1781ea1b 100644
--- a/include/basegfx/vector/b2enums.hxx
+++ b/include/basegfx/vector/b2enums.hxx
@@ -26,16 +26,16 @@ namespace basegfx
{
/** Descriptor for the mathematical orientations of two 2D Vectors
*/
- enum B2VectorOrientation
+ enum class B2VectorOrientation
{
/// mathematically positive oriented
- ORIENTATION_POSITIVE = 0,
+ Positive = 0,
/// mathematically negative oriented
- ORIENTATION_NEGATIVE,
+ Negative,
/// mathematically neutral, thus parallel
- ORIENTATION_NEUTRAL
+ Neutral
};
/** Descriptor for the mathematical continuity of two 2D Vectors