summaryrefslogtreecommitdiff
path: root/sw/sdi/viewsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-03-15 06:33:34 +0000
committerOliver Specht <os@openoffice.org>2002-03-15 06:33:34 +0000
commitac14b18f231bb0aad7a0587f21b91452c3085a39 (patch)
tree22f116b6843be9952a342ccea8f239c09e8e6990 /sw/sdi/viewsh.sdi
parent363ff5d9803ed539951a7271b3535f0b33114f58 (diff)
#97978# page preview accessiblity implemented
Diffstat (limited to 'sw/sdi/viewsh.sdi')
-rw-r--r--sw/sdi/viewsh.sdi19
1 files changed, 17 insertions, 2 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index 93e9c68e3d8a..f3e8a1d2c117 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsh.sdi,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ * last change: $Author: os $ $Date: 2002-03-15 07:33:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,6 +256,21 @@ interface TextPrintPreview : View
ExecMethod = Execute ;
StateMethod = GetState ;
]
+ FN_START_OF_LINE // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ FN_END_OF_LINE // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ FN_INSERT_BREAK // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
//----------------------------------------------
//End mit Statusleiste
}