diff options
Diffstat (limited to 'include/svx/tabarea.hxx')
-rw-r--r-- | include/svx/tabarea.hxx | 6 |
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, |