diff options
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 74f76acda3c9..c0dbac14c88d 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -39,6 +39,8 @@ #include <oox/export/drawingml.hxx> #include <docxtablestyleexport.hxx> +#include <boost/scoped_ptr.hpp> + class SwGrfNode; class SdrObject; @@ -790,8 +792,8 @@ private: }; - TableReference *m_tableReference; - TableReference *m_oldTableReference; + boost::scoped_ptr<TableReference> m_tableReference; + boost::scoped_ptr<TableReference> m_oldTableReference; std::map< OUString, EmbeddedFontRef > fontFilesMap; // font file url to data |