summaryrefslogtreecommitdiff
path: root/include/svx/xenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xenum.hxx')
-rw-r--r--include/svx/xenum.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/xenum.hxx b/include/svx/xenum.hxx
index df0b629d5980..38f414c03fc8 100644
--- a/include/svx/xenum.hxx
+++ b/include/svx/xenum.hxx
@@ -21,14 +21,6 @@
#define _XENUM_HXX
enum XLineStyle { XLINE_NONE, XLINE_SOLID, XLINE_DASH };
-enum XLineJoint
-{
- XLINEJOINT_NONE, // no rounding
- XLINEJOINT_MIDDLE, // calc middle value between joints
- XLINEJOINT_BEVEL, // join edges with line
- XLINEJOINT_MITER, // extend till cut
- XLINEJOINT_ROUND // create arc
-};
enum XDashStyle { XDASH_RECT, XDASH_ROUND, XDASH_RECTRELATIVE,
XDASH_ROUNDRELATIVE };
enum XFillStyle { XFILL_NONE, XFILL_SOLID, XFILL_GRADIENT, XFILL_HATCH,