summaryrefslogtreecommitdiff
path: root/include/svx/rectenum.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 09:34:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:22:24 +0200
commit6abc4f4d86d093d83d2ce6afb731d934fb2aa2bf (patch)
tree5fb0abefa913fd4c23f8207c5a954e6de44834dd /include/svx/rectenum.hxx
parentdbab6f1dd31a23cd0256e89f78eb5c647bca38fa (diff)
drop CTL_STYLE enum
since we only ever use the Rect value Change-Id: I020f5c126a8703e07cea5739b53e4b9529a1a575
Diffstat (limited to 'include/svx/rectenum.hxx')
-rw-r--r--include/svx/rectenum.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/rectenum.hxx b/include/svx/rectenum.hxx
index 10b51b811927..59e9c1475b99 100644
--- a/include/svx/rectenum.hxx
+++ b/include/svx/rectenum.hxx
@@ -32,14 +32,6 @@ enum class RectPoint
RB // bottom right
};
-enum class CTL_STYLE
-{
- Rect,
- Line,
- Angle,
- Shadow
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */