summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/SwGrammarContact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/SwGrammarContact.cxx')
-rw-r--r--sw/source/core/txtnode/SwGrammarContact.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/SwGrammarContact.cxx b/sw/source/core/txtnode/SwGrammarContact.cxx
index a9ee7f529cdb..5425db5bb119 100644
--- a/sw/source/core/txtnode/SwGrammarContact.cxx
+++ b/sw/source/core/txtnode/SwGrammarContact.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -61,7 +61,7 @@ class SwGrammarContact : public IGrammarContact, public SwClient
bool mbFinished;
SwTxtNode* getMyTxtNode() { return (SwTxtNode*)pRegisteredIn; }
DECL_LINK( TimerRepaint, Timer * );
-
+
public:
SwGrammarContact();
~SwGrammarContact() { aTimer.Stop(); delete mpProxyList; }
@@ -210,7 +210,7 @@ void repaintTextFrames( SwModify& rModify )
ViewShell *pCurShell = pRootFrm ? pRootFrm->GetCurrShell() : NULL;
if( pCurShell )
pCurShell->InvalidateWindows( aRec );
- }
+ }
}
void finishGrammarCheck( SwTxtNode& rTxtNode )