summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-17 15:34:33 +0200
committerNoel Grandin <noel@peralex.com>2016-08-18 08:49:02 +0200
commitd643cad3f067764ad0d7d7d8f238c590e6e509b5 (patch)
treed90360a6bc713f918b3e3b7f62bb730b6ae4e397 /include
parentfde3facbc8bdeb820d828183948eceaec66e525a (diff)
convert ColorModel to scoped enum
and move it into CUI, since it is only used there Change-Id: I6f8dcfc8d705aa2de2a05eec16f087f17c488872
Diffstat (limited to 'include')
-rw-r--r--include/svx/tabarea.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/tabarea.hxx b/include/svx/tabarea.hxx
index f678213af285..d4d3c69fd604 100644
--- a/include/svx/tabarea.hxx
+++ b/include/svx/tabarea.hxx
@@ -21,12 +21,6 @@
#include <o3tl/typed_flags_set.hxx>
-enum ColorModel
-{
- CM_RGB,
- CM_CMYK // can be extend with more models, e.g. HSV
-};
-
enum class ChangeType
{
NONE = 0x00,