summaryrefslogtreecommitdiff
path: root/sc/inc/ViewSettingsSequenceDefines.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-12 13:48:58 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-12 13:48:58 +0000
commitfd66d1e3b2c27d5938606b27b58d0b1dd7252a31 (patch)
tree7b53643cfca5389a323ff7c200bfe4703f26c237 /sc/inc/ViewSettingsSequenceDefines.hxx
parent268bc917c688dafc2480d9bc2a4ef40296394385 (diff)
add Show Page Break Preview
Diffstat (limited to 'sc/inc/ViewSettingsSequenceDefines.hxx')
-rw-r--r--sc/inc/ViewSettingsSequenceDefines.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx b/sc/inc/ViewSettingsSequenceDefines.hxx
index c459f301f629..672d078452e0 100644
--- a/sc/inc/ViewSettingsSequenceDefines.hxx
+++ b/sc/inc/ViewSettingsSequenceDefines.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewSettingsSequenceDefines.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2001-03-29 08:30:47 $
+ * last change: $Author: sab $ $Date: 2001-04-12 14:47:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,7 @@
// this are the defines for the position of the settings in the
// ViewSettingsSequence
-#define SC_VIEWSETTINGS_COUNT 6
+#define SC_VIEWSETTINGS_COUNT 7
#define SC_TABLE_VIEWSETTINGS 0
#define SC_ACTIVE_TABLE 1
@@ -73,6 +73,7 @@
#define SC_ZOOM_TYPE 3
#define SC_ZOOM_VALUE 4
#define SC_PAGE_VIEW_ZOOM_VALUE 5
+#define SC_PAGE_BREAK_PREVIEW 6
// this are the defines for the position of the settings in the
@@ -110,6 +111,7 @@
#define SC_ZOOMTYPE "ZoomType"
#define SC_ZOOMVALUE "ZoomValue"
#define SC_PAGEVIEWZOOMVALUE "PageViewZoomValue"
+#define SC_SHOWPAGEBREAKPREVIEW "ShowPageBreakPreview"
#define SC_VIEWID "ViewId"
#define SC_VIEW "View"