diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-25 15:32:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-25 15:54:19 -0400 |
commit | 52a36fb30aef51fc1cecde4cf2ac9c43a5c88c09 (patch) | |
tree | 828a3cdff2947b9eb129a49a18cac1fe284a3b3a /sw | |
parent | 690f7ff8839c66c29f71f681b9e78cc51923c6b6 (diff) |
pImplize XMLPropertyHandlerFactory.
Change-Id: Iff524c9065e9374b39db998e3860704555130995
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlexpit.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlimpit.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx index 119dac13c068..0ce5f74e1f0f 100644 --- a/sw/source/filter/xml/xmlexpit.cxx +++ b/sw/source/filter/xml/xmlexpit.cxx @@ -32,6 +32,7 @@ #include <xmloff/xmltypes.hxx> #include <editeng/xmlcnitm.hxx> #include <xmloff/xmlexp.hxx> +#include <xmloff/xmlprhdl.hxx> #include <editeng/memberids.hrc> #include "hintids.hxx" #include "unomid.h" diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx index 529a59879d98..5a6a947e0152 100644 --- a/sw/source/filter/xml/xmlimpit.cxx +++ b/sw/source/filter/xml/xmlimpit.cxx @@ -47,6 +47,7 @@ #include "fmtlsplt.hxx" #include <xmloff/prhdlfac.hxx> #include <xmloff/xmltypes.hxx> +#include <xmloff/xmlprhdl.hxx> #include "xmlithlp.hxx" #include <com/sun/star/uno/Any.hxx> |