diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-27 20:03:32 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-27 20:19:14 +0100 |
commit | 4520e37785c485e7a29a069c32d91832c59a95bc (patch) | |
tree | 904edb1c31943719f1474820c268271804c1d636 /sw/inc | |
parent | 82d83af95a0d3ab9010782baea266f05717b56f0 (diff) |
filter: add sprmids header
This was generated previously in writerfilter, but keeping around an XML
file of 8000+ lines just to generate these constants is an overkill.
Additionally, these constants are hardwired in all available WW8 files,
so they won't change. By copying it here, it's possible to incrementally
remove what's still remaining from writerfilter's not used doctok.
Change-Id: I1d30da1f635946b15a37de68080fd9eebc2ad88e
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 44cddc2c7868..762235934f6d 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -102,7 +102,7 @@ #include <cppuhelper/implementationentry.hxx> #include <cstdio> #include <cstring> -#include <doctok/sprmids.hxx> +#include <filter/msfilter/sprmids.hxx> #include <editeng/adjustitem.hxx> #include <editeng/autokernitem.hxx> #include <editeng/blinkitem.hxx> |