summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-03-20 09:55:13 +0000
committerOliver Specht <os@openoffice.org>2002-03-20 09:55:13 +0000
commit166b6f001fc5546fe89ea65af536af9bcedfa53b (patch)
tree047976277e76b3462db831c466e4bea2833172cb /sw/sdi
parent901f9f58652f5107c301b0e16984ff4dfdd9c1fe (diff)
#97978# close preview button as text only
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/swslots.src11
-rw-r--r--sw/sdi/viewsh.sdi9
2 files changed, 14 insertions, 6 deletions
diff --git a/sw/sdi/swslots.src b/sw/sdi/swslots.src
index 83c6a42ca812..859a94cd12d3 100644
--- a/sw/sdi/swslots.src
+++ b/sw/sdi/swslots.src
@@ -2,9 +2,9 @@
*
* $RCSfile: swslots.src,v $
*
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
- * last change: $Author: os $ $Date: 2002-02-28 17:10:44 $
+ * last change: $Author: os $ $Date: 2002-03-20 10:54:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -9567,8 +9567,11 @@ SfxSlotInfo FN_NAME_GROUP
SlotName[ catalan ] = "Anomena l'objecte";
SlotName[ finnish ] = "Nime objekti";
};
-
-
+SfxSlotInfo FN_CLOSE_PAGEPREVIEW
+{
+ SlotName = "Seitenansicht schlieen";
+ SlotName [ english ] = "Close preview";
+};
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index f3e8a1d2c117..f0ae9ed9f100 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsh.sdi,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2002-03-15 07:33:10 $
+ * last change: $Author: os $ $Date: 2002-03-20 10:54:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,6 +223,11 @@ interface TextPrintPreview : View
ExecMethod = Execute ;
StateMethod = GetState ;
]
+ FN_CLOSE_PAGEPREVIEW
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
FN_PREVIEW_ZOOM
[
ExecMethod = Execute ;