diff options
author | Justin Luth <justin_luth@sil.org> | 2019-11-26 15:49:53 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2019-11-28 17:28:44 +0100 |
commit | 4e7e0a29836f0c28471a2f5c605976453f6d29ae (patch) | |
tree | 15bdb80c1326f9db88a52242a64299b2ae96dcf4 /xmloff | |
parent | 5b10c314517b78b70fc4eda6b20630ed3944d4e0 (diff) |
NFC tdf#120412 cleanup: use DFLT_ESC_* more
and all of the comment references to 14400% are
no longer accurate, so they were removed.
Change-Id: Ic958cc240e4898e914958fc32d09e2bb9478f197
Reviewed-on: https://gerrit.libreoffice.org/83845
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/escphdl.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmloff/source/style/escphdl.cxx b/xmloff/source/style/escphdl.cxx index f52c360d0865..76b4d95fd967 100644 --- a/xmloff/source/style/escphdl.cxx +++ b/xmloff/source/style/escphdl.cxx @@ -19,6 +19,7 @@ #include "escphdl.hxx" +#include <editeng/escapementitem.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> @@ -28,12 +29,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; -// this is a copy of defines in include/editeng/escapementitem.hxx -#define DFLT_ESC_PROP 58 -#define MAX_ESC_POS 13999 -#define DFLT_ESC_AUTO_SUPER (MAX_ESC_POS+1) -#define DFLT_ESC_AUTO_SUB -DFLT_ESC_AUTO_SUPER - // class XMLEscapementPropHdl |