diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 14:35:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 14:35:15 +0200 |
commit | bbb44f9d9b6a1f658b722eb4fc99dc42d1739edc (patch) | |
tree | 897115e7bf3718bf3c0cb55e0a1579e677c4fe8b /sw | |
parent | 049f30c37f6c5bbc1f4dfd1f33005b9623f74f0a (diff) |
-Werror,-Wmismatched-tags
Change-Id: I2c6dd21595815c4f382bed2bfb66551929630372
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ToxTextGenerator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ToxTextGenerator.hxx b/sw/inc/ToxTextGenerator.hxx index fa52fba7a1c6..25e49579a662 100644 --- a/sw/inc/ToxTextGenerator.hxx +++ b/sw/inc/ToxTextGenerator.hxx @@ -36,7 +36,7 @@ class SwCntntFrm; class SwCntntNode; class SwDoc; class SwForm; -class SwFormToken; +struct SwFormToken; class SwPageDesc; class SwTxtAttr; class SwTxtNode; |