summaryrefslogtreecommitdiff
path: root/sd/inc/pres.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 15:44:34 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 15:44:34 +0000
commit42f53b083f4314b815aa55ed0a15bab64ad711df (patch)
tree3d679136ed87c15a9973ca5068c3a44bb330592e /sd/inc/pres.hxx
parent8ec58f61b24ebb74c33fff26a1a3e227e456a81f (diff)
INTEGRATION: CWS impress36 (1.3.736); FILE MERGED
2005/03/02 12:37:33 af 1.3.736.1: #i42583# Added two meta enum entries to AutoLayout for safer iteration.
Diffstat (limited to 'sd/inc/pres.hxx')
-rw-r--r--sd/inc/pres.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx
index 264fc33f3ed0..b0f872075552 100644
--- a/sd/inc/pres.hxx
+++ b/sd/inc/pres.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pres.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2001-04-04 16:35:12 $
+ * last change: $Author: kz $ $Date: 2005-03-18 16:44:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,8 @@
enum AutoLayout
{
- AUTOLAYOUT_TITLE,
+ AUTOLAYOUT__START,
+ AUTOLAYOUT_TITLE = AUTOLAYOUT__START,
AUTOLAYOUT_ENUM,
AUTOLAYOUT_CHART,
AUTOLAYOUT_2TEXT,
@@ -93,7 +94,8 @@ enum AutoLayout
AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART,
AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE,
AUTOLAYOUT_TITLE_VERTICAL_OUTLINE,
- AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART
+ AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART,
+ AUTOLAYOUT__END,
};
enum PageKind