diff options
Diffstat (limited to 'sw/inc/proofreadingiterator.hxx')
-rw-r--r-- | sw/inc/proofreadingiterator.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/proofreadingiterator.hxx b/sw/inc/proofreadingiterator.hxx index 003a922bbc10..a77dd9abfd03 100644 --- a/sw/inc/proofreadingiterator.hxx +++ b/sw/inc/proofreadingiterator.hxx @@ -14,24 +14,24 @@ #include <com/sun/star/uno/Reference.h> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace linguistic2 { class XProofreadingIterator; } namespace uno { class XComponentContext; } -} } } +} // A simple wrapper around the css.linguistic2.ProofreadingIterator // single-instance service. The first time that service implementation gets // instantiated it immediately starts a GrammarCheckingIterator thread that // eventually needs to be joined (via dispose): -namespace sw { namespace proofreadingiterator { +namespace sw::proofreadingiterator { css::uno::Reference<css::linguistic2::XProofreadingIterator> get( css::uno::Reference<css::uno::XComponentContext> const & context); void dispose(); -} } +} #endif |