summaryrefslogtreecommitdiff
path: root/sw/sdi/viewsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-27 07:11:17 +0000
committerOliver Specht <os@openoffice.org>2002-11-27 07:11:17 +0000
commit8920b9e6be2e8b008a628bdccdbb9d1ac0ad3060 (patch)
tree19de3221eeb4f015f1cf39efcb715f40fa792f2a /sw/sdi/viewsh.sdi
parent13e6c336e965d95fece0f3d1faf119ab1aef70f8 (diff)
#103492# zoomable page preview
Diffstat (limited to 'sw/sdi/viewsh.sdi')
-rw-r--r--sw/sdi/viewsh.sdi14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index 1f95f2641881..94b326e25ea0 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsh.sdi,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2002-05-29 09:05:50 $
+ * last change: $Author: os $ $Date: 2002-11-27 08:11:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -233,6 +233,16 @@ interface TextPrintPreview : View
ExecMethod = Execute ;
StateMethod = GetState ;
]
+ SID_ZOOM_IN
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_ZOOM_OUT
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
FN_PREVIEW_ZOOM
[
ExecMethod = Execute ;