summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-22 09:53:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-22 09:53:59 +0200
commitfc233b52ce2acc1bcd7cecc3d51bcab870c81932 (patch)
tree2332f139dbd7d02cb320b42d909af936bbb03d68 /sd/inc
parentAvoid reserved identifiers (diff)
downloadcore-fc233b52ce2acc1bcd7cecc3d51bcab870c81932.tar.gz
core-fc233b52ce2acc1bcd7cecc3d51bcab870c81932.zip
Avoid reserved identifiers
Change-Id: I3542622f6b3752f7254abd07d9f3a8141f10c3dc
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/pres.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx
index 3bc3db7f9938..190967268035 100644
--- a/sd/inc/pres.hxx
+++ b/sd/inc/pres.hxx
@@ -47,7 +47,7 @@ enum PresObjKind
enum AutoLayout
{
// new layouts with enum/text/chart/org/clip merged to content
- AUTOLAYOUT__START = 0,
+ AUTOLAYOUT_START = 0,
AUTOLAYOUT_TITLE = 0, ///< Title Slide
AUTOLAYOUT_TITLE_CONTENT = 1, ///< Title, Content
AUTOLAYOUT_TITLE_2CONTENT = 3, ///< Title and 2 Content
@@ -98,7 +98,7 @@ enum AutoLayout
AUTOLAYOUT_HANDOUT9 = 31,
AUTOLAYOUT_4CLIPART = 33,
AUTOLAYOUT_6CLIPART = 34,
- AUTOLAYOUT__END
+ AUTOLAYOUT_END
};
enum PageKind