diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:14:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:19:17 +0300 |
commit | a537db8762d93009651d48b9b6a1782eaa842866 (patch) | |
tree | 4372fcf354b9cb0e9b881aac07e8d17bb6984b34 /sw/source/ui | |
parent | ed445d95eda257aef5efeb4ed55ceb43a00b8343 (diff) |
Bin useless swmod comments
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/app/swmodul1.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index a04194a6a72b..d2f9b7cbf052 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -389,7 +389,7 @@ void SwDocShell::Execute(SfxRequest& rReq) pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) { SwDoc* pTmp = pDocSh->GetDoc(); - if ( pTmp->GetCurrentViewShell() ) //swmod 071108//swmod 071225 + if ( pTmp->GetCurrentViewShell() ) pTmp->InvalidateAutoCompleteFlag(); } } diff --git a/sw/source/ui/app/swmodul1.cxx b/sw/source/ui/app/swmodul1.cxx index 0bda79bb447c..7b59769508f1 100644 --- a/sw/source/ui/app/swmodul1.cxx +++ b/sw/source/ui/app/swmodul1.cxx @@ -619,7 +619,7 @@ void SwModule::CheckSpellChanges( bool bOnlineSpelling, pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) { SwDoc* pTmp = pDocSh->GetDoc(); - if ( pTmp->GetCurrentViewShell() ) //swmod 071108//swmod 071225 + if ( pTmp->GetCurrentViewShell() ) { pTmp->SpellItAgainSam( bInvalid, bOnlyWrong, bSmartTags ); ViewShell* pViewShell = 0; |