diff options
author | Muhammad Haggag <mhaggag@gmail.com> | 2012-05-22 16:59:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-25 09:53:33 +0300 |
commit | ce14342c4292628a641a72d4f63d9c048e030c6a (patch) | |
tree | e7fd22a2d4c21b470fe6e3b8fc2d11dd7f27866e /sw/Library_sw.mk | |
parent | 89d6c3ef8ea691dbd3383cffe21e75c3200821de (diff) |
fdo#34772 Add word count to the status bar in writer
This change adds a new status bar control,
"SwWordCountStatusBarControl". The control shows the number of words
selected as well as the number of words in the whole
document. Double-clicking the control launches the modeless word count
dialog.
Change-Id: I756183ab1aaf4d059e782dfb05508370178cfbe3
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 45975a0f800a..1ddc142c108c 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -708,6 +708,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/ui/utlui/uitool \ sw/source/ui/utlui/unotools \ sw/source/ui/utlui/viewlayoutctrl \ + sw/source/ui/utlui/wordcountctrl \ sw/source/ui/utlui/zoomctrl \ sw/source/ui/web/wdocsh \ sw/source/ui/web/wformsh \ |