diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-20 22:49:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-20 22:49:48 +0200 |
commit | 56917ba7ca0f601b64768351c1daf9205376ec9f (patch) | |
tree | 716f71c3c7ae75d0382f7f6c312fcfea32239044 /xmloff/source | |
parent | 656af688ecba51a619249a372e468b5abf991345 (diff) |
s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_TITLE_VCONTENT
Change-Id: I6186a2583dff2b142ceee1c4f2c7f0c972ec6c57
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpstyl.cxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 71fe46bf35a6..e0086afd8cd4 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -1084,7 +1084,7 @@ void SdXMLExport::ImpWriteAutoLayoutInfos() ImpWriteAutoLayoutPlaceholder(XmlPlaceholderVerticalOutline, pInfo->GetPresRectangle()); break; } - case 29 : // AUTOLAYOUT_TITLE_VERTICAL_OUTLINE + case AUTOLAYOUT_TITLE_VCONTENT : { ImpWriteAutoLayoutPlaceholder(XmlPlaceholderTitle, pInfo->GetTitleRectangle()); ImpWriteAutoLayoutPlaceholder(XmlPlaceholderVerticalOutline, pInfo->GetPresRectangle()); diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx index aa996780b1d9..100b1febf50c 100644 --- a/xmloff/source/draw/ximpstyl.cxx +++ b/xmloff/source/draw/ximpstyl.cxx @@ -546,8 +546,7 @@ void SdXMLPresentationPageLayoutContext::EndElement() } else { - // AUTOLAYOUT_TITLE_VERTICAL_OUTLINE - mnTypeId = 29; + mnTypeId = AUTOLAYOUT_TITLE_VCONTENT; } } else |