diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-20 19:46:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-20 22:00:30 +0200 |
commit | 056bb6f4f09147f0a3097cb2377cdeb441349d07 (patch) | |
tree | 075dcac20bc4b51494efeea3570f0f25c1321b54 /xmloff | |
parent | 6c897c63f74cc92803e45303f1085af766324727 (diff) |
s/AUTOLAYOUT_OBJOVERTEXT/AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT
Change-Id: Idf9771d3d58520a1a31cea45a6acca89347237f6
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpstyl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index d1536ef695c6..fa00baa52569 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -928,7 +928,7 @@ void SdXMLExport::ImpWriteAutoLayoutInfos() ImpWriteAutoLayoutPlaceholder(XmlPlaceholderOutline, aRight); break; } - case 14 : // AUTOLAYOUT_OBJOVERTEXT + case AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT : { Rectangle aTop(pInfo->GetPresRectangle()); aTop.setHeight(long(aTop.GetHeight() * 0.477)); diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx index 1f07c4bf88a2..17691761a273 100644 --- a/xmloff/source/draw/ximpstyl.cxx +++ b/xmloff/source/draw/ximpstyl.cxx @@ -617,7 +617,7 @@ void SdXMLPresentationPageLayoutContext::EndElement() } else { - mnTypeId = 14; // AUTOLAYOUT_OBJOVERTEXT -> top, bottom + mnTypeId = AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT; // top, bottom } } break; |