diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/txtparae.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/txtparae.hxx b/xmloff/inc/xmloff/txtparae.hxx index c5d3e75ce4f2..284e88fa550f 100644 --- a/xmloff/inc/xmloff/txtparae.hxx +++ b/xmloff/inc/xmloff/txtparae.hxx @@ -44,6 +44,7 @@ #include <xmloff/SinglePropertySetInfoCache.hxx> #include <xmloff/XMLStringVector.hxx> #include <vector> +#include <boost/scoped_ptr.hpp> class XMLTextListsHelper; class SvXMLExport; @@ -76,6 +77,8 @@ namespace xmloff class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport { + struct Impl; + ::boost::scoped_ptr<Impl> m_pImpl; // SvXMLExport& rExport; SvXMLAutoStylePoolP& rAutoStylePool; |