diff options
-rw-r--r-- | sw/source/filter/ww8/docxtablestyleexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxtablestyleexport.hxx b/sw/source/filter/ww8/docxtablestyleexport.hxx index c66372e061d6..77e7036700f9 100644 --- a/sw/source/filter/ww8/docxtablestyleexport.hxx +++ b/sw/source/filter/ww8/docxtablestyleexport.hxx @@ -18,7 +18,7 @@ class SwDoc; /// Handles DOCX export of table styles, based on InteropGrabBag. class DocxTableStyleExport { - class Impl; + struct Impl; boost::shared_ptr<Impl> m_pImpl; public: void TableStyles(); |