Kaydet (Commit) d6078b08 authored tarafından Caolán McNamara's avatar Caolán McNamara

OutlineStyles can only be Paragraph Styles

Change-Id: Ia4089023ff1b9a18ed44f599dc7382fc3dcbbd36
üst 40c45e0f
...@@ -5846,6 +5846,9 @@ void SwWW8ImplReader::SetOutlineStyles() ...@@ -5846,6 +5846,9 @@ void SwWW8ImplReader::SetOutlineStyles()
{ {
SwWW8StyInf* pStyleInf = (*aStyleIter); SwWW8StyInf* pStyleInf = (*aStyleIter);
if (!pStyleInf->bColl) //Character Style
continue;
const sal_uInt16 nOutlineStyleListLevelOfWW8BuiltInHeadingStyle const sal_uInt16 nOutlineStyleListLevelOfWW8BuiltInHeadingStyle
= 1 << pStyleInf->mnWW8OutlineLevel; = 1 << pStyleInf->mnWW8OutlineLevel;
if (nOutlineStyleListLevelOfWW8BuiltInHeadingStyle if (nOutlineStyleListLevelOfWW8BuiltInHeadingStyle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment