diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-30 18:22:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-30 18:22:29 +0100 |
commit | 83397d0415f248bb61829b13eb7c6364d7a71508 (patch) | |
tree | 776ea918c5ddcc8e85988eae3b786b6b9012ae38 | |
parent | 2b01553fa5982ed50fd37f346a150d1aac8dcd6f (diff) |
-Werror,-Wmismatched-tags
Change-Id: Iec4f78de9e52144b84baaa739d97681343ae5a27
-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(); |