[Libreoffice-commits] .: sw/source
Michael Stahl
mst at kemper.freedesktop.org
Tue Jun 5 11:12:28 PDT 2012
sw/source/ui/uiview/view2.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 78b61b4d944db7f00093d7ee250d234694f1d5b5
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jun 5 20:09:54 2012 +0200
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
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 73a8b96..b70670a 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();
}
More information about the Libreoffice-commits
mailing list