diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-25 10:58:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-25 11:50:02 -0400 |
commit | 8a690c88a92c7e92c702cedf96851ae1eb929379 (patch) | |
tree | b72472b0e9188e5ab524886d3486457f3892b14e /xmloff/inc | |
parent | 0198b3a9451700d875c1b389d30e1a0cc9ab4b47 (diff) |
Apply pimpl to XMLPropertySetMapper.
Let's hide its implementation for real this time.
Change-Id: I18c82f4969f2e3560536a68e9bbd86b9282e2ace
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLElementPropertyContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/XMLElementPropertyContext.hxx b/xmloff/inc/XMLElementPropertyContext.hxx index 00771eaa3a74..f89630badd08 100644 --- a/xmloff/inc/XMLElementPropertyContext.hxx +++ b/xmloff/inc/XMLElementPropertyContext.hxx @@ -22,6 +22,7 @@ #include <xmloff/xmlprmap.hxx> #include <xmloff/xmlictxt.hxx> +#include <xmloff/maptype.hxx> class SvXMLImport; |