summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-15 13:04:50 +0200
committerNoel Grandin <noel@peralex.com>2016-08-15 13:05:31 +0200
commitea2604180089ec749086f868a17ffef7cbcbbc47 (patch)
treef1067b61361e2871cce004f956523aad79c9061f /include
parent9e87c064408aa9549336d4ce463e2c2315d30001 (diff)
convert SvxCompareMode to scoped enum
and move it to SW since it is only used there Change-Id: I9cc7869564e24a8ce733f30ef453751a854cf7e0
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxenum.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index d1a7978c5391..9dd15ec1060d 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -206,13 +206,6 @@ enum SvxExtNumType
SVX_NUM_IROHA_HALFWIDTH_JA
};
-enum SvxCompareMode
-{
- SVX_CMP_AUTO = 0,
- SVX_CMP_BY_WORD,
- SVX_CMP_BY_CHAR
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */