summaryrefslogtreecommitdiff
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:09:54 +0200
commit78b61b4d944db7f00093d7ee250d234694f1d5b5 (patch)
tree685fe2d00921affd6594590874c880089cee35a9
parenta8080cad1089431a2d97903f73623eabe2eb23a7 (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
-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();
}