summaryrefslogtreecommitdiff
path: root/include/editeng/svxenum.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-16 09:22:18 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commitde47ae4f7e409d2e341829a044d8f721377e2663 (patch)
treedb41c0b380efa867f22af47facb2f998b16b9c67 /include/editeng/svxenum.hxx
parentd5ad8f9619d463a643ab53447cf3576a9ff1a716 (diff)
convert SvxSpecialLineSpace to scoped enum
And move it inside editeng, since it's not really used anywhere else. And fix a bunch of places that were incorrectly calling the constructor with the enum. Change-Id: I74e8ab8bcf315eb5ad0720e74d04a450f0a3e5c9
Diffstat (limited to 'include/editeng/svxenum.hxx')
-rw-r--r--include/editeng/svxenum.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index 6044dbd4718b..617dcecd9bd1 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -84,15 +84,6 @@ enum SvxAdjust
SVX_ADJUST_END
};
-enum SvxSpecialLineSpace
-{
- SVX_LINESPACE_USER,
- SVX_LINESPACE_ONE_LINE,
- SVX_LINESPACE_ONE_POINT_FIVE_LINES,
- SVX_LINESPACE_TWO_LINES,
- SVX_LINESPACE_END
-};
-
enum class SvxBreak
{
NONE,