summaryrefslogtreecommitdiff
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
parent901f9f58652f5107c301b0e16984ff4dfdd9c1fe (diff)
#97978# close preview button as text only
-rw-r--r--sw/inc/cmdid.h5
-rw-r--r--sw/sdi/swslots.src11
-rw-r--r--sw/sdi/viewsh.sdi9
3 files changed, 17 insertions, 8 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index 501566886458..93efc83f9ff1 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdid.h,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: os $ $Date: 2002-02-28 17:05:24 $
+ * last change: $Author: os $ $Date: 2002-03-20 10:55:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1173,6 +1173,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
#define FN_SHOW_TWO_PAGES (FN_PGPREVIEW + 1)
#define FN_SHOW_FOUR_PAGES (FN_PGPREVIEW + 2)
#define FN_PRINT_PAGEPREVIEW (FN_PGPREVIEW + 3)
+#define FN_CLOSE_PAGEPREVIEW (FN_PGPREVIEW + 4)
/*--------------------------------------------------------------------
Bereich: Rahmenattribute
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 schließen";
+ 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 ;