From 166b6f001fc5546fe89ea65af536af9bcedfa53b Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 20 Mar 2002 09:55:13 +0000 Subject: #97978# close preview button as text only --- sw/sdi/viewsh.sdi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sw/sdi/viewsh.sdi') 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 ; -- cgit