summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-17 15:30:15 +0200
committerNoel Grandin <noel@peralex.com>2016-08-18 08:49:02 +0200
commitfde3facbc8bdeb820d828183948eceaec66e525a (patch)
treeb1794802326e6958267e308b04b1ba72f29c2c9d /include
parent65a4c406e9c0f2953547fbe006ff38644f489fc8 (diff)
convert PageType to scoped enum
and move it inside CUI, since it's only used there Change-Id: I83ac1afaa60da9fb34480363a351608b133154cb
Diffstat (limited to 'include')
-rw-r--r--include/svx/tabarea.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svx/tabarea.hxx b/include/svx/tabarea.hxx
index 0c6e091e8f02..f678213af285 100644
--- a/include/svx/tabarea.hxx
+++ b/include/svx/tabarea.hxx
@@ -27,17 +27,6 @@ enum ColorModel
CM_CMYK // can be extend with more models, e.g. HSV
};
-enum PageType
-{
- PT_AREA,
- PT_GRADIENT,
- PT_HATCH,
- PT_BITMAP,
- PT_COLOR,
- PT_SHADOW,
- PT_TRANSPARENCE
-};
-
enum class ChangeType
{
NONE = 0x00,