summaryrefslogtreecommitdiff
path: root/sw/sdi/switems.sdi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 13:50:25 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 13:50:25 +0000
commitde30a80f66c9e204f496854f31d25facda72172f (patch)
tree0d265b6bb0a696cd337e5a336c046261a47cf4da /sw/sdi/switems.sdi
parent6a611eba45d873c65e9438aca46f894e2c42fa72 (diff)
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
Diffstat (limited to 'sw/sdi/switems.sdi')
-rw-r--r--sw/sdi/switems.sdi11
1 files changed, 9 insertions, 2 deletions
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;
+