summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-05 20:09:54 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-05 20:12:10 +0200
commit265772797081d6d5b5cb94248a3a85d18487cd93 (patch)
tree163d967b16019d80e4057f2d00975bd0ebb1dcc5 /sw
parent59ea2faff4e938c77c71ec89bf9b6ea17a446cd1 (diff)
fdo#50386: SwView::StateStatusLine: remove SwWait:
This will turn the mouse cursor into an arrow cursor when the word count is updated, which seems odd. Change-Id: I136824a554cc31e302193cce58241cdf4e4dd281 (cherry picked from commit 78b61b4d944db7f00093d7ee250d234694f1d5b5)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uiview/view2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 73a8b9672817..b70670aa597c 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -1204,7 +1204,6 @@ void SwView::StateStatusLine(SfxItemSet &rSet)
SwDocStat selectionStats;
SwDocStat documentStats;
{
- SwWait aWait( *GetDocShell(), sal_True );
rShell.CountWords(selectionStats);
documentStats = rShell.GetDoc()->GetUpdatedDocStat();
}