From 97ee1af4554d1740b5d7902f64e47e55fa2b80ca Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 Feb 2017 19:38:33 +0200 Subject: s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENT Change-Id: I8ed1361b2103b35e277107bfda4c174f07d9de08 --- xmloff/source/draw/sdxmlexp.cxx | 2 +- xmloff/source/draw/ximpstyl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 598c79d52fb0..83d112554648 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -940,7 +940,7 @@ void SdXMLExport::ImpWriteAutoLayoutInfos() ImpWriteAutoLayoutPlaceholder(XmlPlaceholderOutline, aBottom); break; } - case 15 : // AUTOLAYOUT_2OBJTEXT + case AUTOLAYOUT_TITLE_2CONTENT_CONTENT : { Rectangle aLeftTop(pInfo->GetPresRectangle()); aLeftTop.setWidth(long(aLeftTop.GetWidth() * 0.488)); diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx index 643d5bac16c5..a64010997ec5 100644 --- a/xmloff/source/draw/ximpstyl.cxx +++ b/xmloff/source/draw/ximpstyl.cxx @@ -635,7 +635,7 @@ void SdXMLPresentationPageLayoutContext::EndElement() } else { - mnTypeId = 15; // AUTOLAYOUT_2OBJTEXT + mnTypeId = AUTOLAYOUT_TITLE_2CONTENT_CONTENT; } } else -- cgit