summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-30 18:22:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-10-30 18:22:29 +0100
commit83397d0415f248bb61829b13eb7c6364d7a71508 (patch)
tree776ea918c5ddcc8e85988eae3b786b6b9012ae38
parentfdo#54938: Convert svx to use cppu::supportsService (diff)
downloadcore-83397d0415f248bb61829b13eb7c6364d7a71508.tar.gz
core-83397d0415f248bb61829b13eb7c6364d7a71508.zip
-Werror,-Wmismatched-tags
Change-Id: Iec4f78de9e52144b84baaa739d97681343ae5a27
-rw-r--r--sw/source/filter/ww8/docxtablestyleexport.hxx2
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();