diff options
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, |