From d643cad3f067764ad0d7d7d8f238c590e6e509b5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Aug 2016 15:34:33 +0200 Subject: convert ColorModel to scoped enum and move it into CUI, since it is only used there Change-Id: I6f8dcfc8d705aa2de2a05eec16f087f17c488872 --- include/svx/tabarea.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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 -enum ColorModel -{ - CM_RGB, - CM_CMYK // can be extend with more models, e.g. HSV -}; - enum class ChangeType { NONE = 0x00, -- cgit