summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 6f16adf37099..4e3ca7e02aca 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -732,7 +732,7 @@ public:
/** Spells on a sentence basis - the SpellPortions are needed
@return false if no error could be found. */
- bool SpellSentence(::svx::SpellPortions& rToFill, bool bIsGrammarCheck );
+ bool SpellSentence(svx::SpellPortions& rToFill, bool bIsGrammarCheck );
/// Make SpellIter start with the current sentence when called next time.
void PutSpellingToSentenceStart();
@@ -741,7 +741,7 @@ public:
void MoveContinuationPosToEndOfCheckedSentence();
/// Applies a changed sentence.
- void ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck);
+ void ApplyChangedSentence(const svx::SpellPortions& rNewPortions, bool bRecheck);
/// Check SwSpellIter data to see if the last sentence got grammar checked.
bool HasLastSentenceGotGrammarChecked() const;