From de30a80f66c9e204f496854f31d25facda72172f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 7 Mar 2008 13:50:25 +0000 Subject: INTEGRATION: CWS pages01_DEV300 (1.11.986); FILE MERGED 2007/12/06 14:20:46 fme 1.11.986.1: #i1598# Multiple Page View - ViewLayout slot --- sw/sdi/switems.sdi | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi index 841255bfaf18..de3547b5c14b 100644 --- a/sw/sdi/switems.sdi +++ b/sw/sdi/switems.sdi @@ -4,9 +4,9 @@ * * $RCSfile: switems.sdi,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:40:08 $ + * last change: $Author: kz $ $Date: 2008-03-07 14:50:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,3 +81,10 @@ struct Envelope }; item Envelope SwEnvItem; +struct ViewLayout +{ + INT16 Columns MID_VIEWLAYOUT_COLUMNS; + BOOL BookMode MID_VIEWLAYOUT_BOOKMODE; +}; +item ViewLayout SvxViewLayoutItem; + -- cgit