summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dialog/wordcountwrapper.cxx')
-rw-r--r--sw/source/ui/dialog/wordcountwrapper.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/wordcountwrapper.cxx b/sw/source/ui/dialog/wordcountwrapper.cxx
index aaca02d8a1c9..2fb4b8da2bf5 100644
--- a/sw/source/ui/dialog/wordcountwrapper.cxx
+++ b/sw/source/ui/dialog/wordcountwrapper.cxx
@@ -58,3 +58,8 @@ void SwWordCountWrapper::UpdateCounts()
{
pAbstDlg->UpdateCounts();
}
+
+void SwWordCountWrapper::SetCounts(const SwDocStat &rCurrCnt, const SwDocStat &rDocStat)
+{
+ pAbstDlg->SetCounts(rCurrCnt, rDocStat);
+}