summaryrefslogtreecommitdiff
path: root/sw/sdi/viewsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/viewsh.sdi')
-rw-r--r--sw/sdi/viewsh.sdi23
1 files changed, 14 insertions, 9 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index 1005c96040a1..d5d8380d29c9 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -275,8 +275,8 @@ interface TextPrintPreview
[
StateMethod = StateUndo ;
]
- //---------------------------------------------------------------------
- //Ab hier Statusleiste
+ //---------------------------------------------------------------------
+ // Begin StatusBar
FN_STAT_ZOOM // status()
[
ExecMethod = Execute ;
@@ -307,13 +307,18 @@ interface TextPrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
]
- SID_ATTR_ZOOMSLIDER // status()
- [
- ExecMethod = Execute ;
- StateMethod = GetState ;
- ]
- //----------------------------------------------
- //End mit Statusleiste
+ SID_ATTR_ZOOMSLIDER // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ FN_STAT_WORDCOUNT // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ //----------------------------------------------
+ // End StatusBar
}
//=========================================================================