diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 11:57:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 11:57:16 +0100 |
commit | 154643d59b6e01606356b7d2e627cbe4e20302e7 (patch) | |
tree | 20d019a70c37d01bdb442742bbea9a062147a5f1 /sw | |
parent | 62e2cfa79cef65a82c21f3d2bcca890d85beae95 (diff) |
-Werror,-Wmismatched-tags
Change-Id: I88207b4cf99cb21963dffeb3fe2115b0e42e70d7
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/accpara.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.hxx b/sw/source/core/access/accpara.hxx index ddf0f5c07b90..37e76078619b 100644 --- a/sw/source/core/access/accpara.hxx +++ b/sw/source/core/access/accpara.hxx @@ -46,7 +46,7 @@ class SwParaChangeTrackingInfo; //#i108125# namespace com { namespace sun { namespace star { namespace i18n { struct Boundary; } namespace accessibility { class XAccessibleHyperlink; } - namespace style { class TabStop; } + namespace style { struct TabStop; } } } } typedef ::boost::unordered_map< OUString, |