diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 09:53:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 09:53:59 +0200 |
commit | fc233b52ce2acc1bcd7cecc3d51bcab870c81932 (patch) | |
tree | 2332f139dbd7d02cb320b42d909af936bbb03d68 /sd/source/ui/controller/slidelayoutcontroller.cxx | |
parent | 046dc22ce15d363ee28d8ad1710c16e76e75a139 (diff) |
Avoid reserved identifiers
Change-Id: I3542622f6b3752f7254abd07d9f3a8141f10c3dc
Diffstat (limited to 'sd/source/ui/controller/slidelayoutcontroller.cxx')
-rw-r--r-- | sd/source/ui/controller/slidelayoutcontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 15742efc16a8..0d036982c685 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -283,7 +283,7 @@ void LayoutToolbarMenu::SelectHdl(void* pControl) Sequence< PropertyValue > aArgs; - AutoLayout eLayout = AUTOLAYOUT__END; + AutoLayout eLayout = AUTOLAYOUT_END; OUString sCommandURL( mrController.getCommandURL() ); @@ -296,7 +296,7 @@ void LayoutToolbarMenu::SelectHdl(void* pControl) eLayout = static_cast< AutoLayout >(mpLayoutSet2->GetSelectItemId()-1); } - if( eLayout != AUTOLAYOUT__END ) + if( eLayout != AUTOLAYOUT_END ) { aArgs = Sequence< PropertyValue >(1); aArgs[0].Name = "WhatLayout"; |