summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-13 11:35:13 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-02-13 12:13:56 +0000
commitc138a8aec8dccb97948a7d7993e6869da4079b32 (patch)
tree51efecacb1aad23c2a965fda20d1ac319501386f /sw/inc/ndtxt.hxx
parent496222d64d36b69f95b790a8cdd47074b2410add (diff)
asynchronous word-count.
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 18c2b0287462..5a47fb237883 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -745,8 +745,8 @@ public:
xub_StrLen nStart, xub_StrLen nEnd,
SwUndoTransliterate* pUndo = 0 );
- /// count words in given range
- void CountWords( SwDocStat& rStat, xub_StrLen nStart, xub_StrLen nEnd ) const;
+ /// count words in given range - returns true if we refreshed out count
+ bool CountWords( SwDocStat& rStat, xub_StrLen nStart, xub_StrLen nEnd ) const;
/** Checks some global conditions like loading or destruction of document
to economize notifications */