summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-20 19:38:33 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-20 22:00:30 +0200
commit97ee1af4554d1740b5d7902f64e47e55fa2b80ca (patch)
treee384fd8ab9c2839303598378001122661a2a500b /xmloff
parent7b2c59a97ddf9a5b14f2721005119e183a467803 (diff)
s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENT
Change-Id: I8ed1361b2103b35e277107bfda4c174f07d9de08
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx2
-rw-r--r--xmloff/source/draw/ximpstyl.cxx2
2 files changed, 2 insertions, 2 deletions
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