summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-04 14:13:58 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-04 14:13:58 +0100
commitb8ec51cb99a7c38644b418cc9f52bf820c2fcff2 (patch)
tree4af16e9eb8a515ddfd549b12aa9e2a54889f0d85 /sw
parent741ae9dce8cc393d13179a02e40865ba86fa16f6 (diff)
autorecovery: post-rebase build problems solved
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docnew.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 9f572f017c09..3120a74af793 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -172,12 +172,12 @@ void StartGrammarChecking( SwDoc &rDoc )
// check for a visible view
bool bVisible = false;
const SwDocShell *pDocShell = rDoc.GetDocShell();
- SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pDocShell, 0, sal_False );
+ SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pDocShell, sal_False );
while (pFrame && !bVisible)
{
if (pFrame->IsVisible())
bVisible = true;
- pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell, 0, sal_False );
+ pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell, sal_False );
}
//!! only documents with visible views need to be checked