Kaydet (Commit) f9a860f6 authored tarafından Michael Stahl's avatar Michael Stahl

sw: dump ruby text in nodes dump

Change-Id: Iae673ac8ed8e5817efefd665dbf5f061e80f94bc
(cherry picked from commit ca6667f8)
üst caf22cc0
...@@ -110,6 +110,13 @@ void SwTextAttr::dumpAsXml(xmlTextWriterPtr pWriter) const ...@@ -110,6 +110,13 @@ void SwTextAttr::dumpAsXml(xmlTextWriterPtr pWriter) const
oValue = "url: " + rFormat.GetValue().toUtf8(); oValue = "url: " + rFormat.GetValue().toUtf8();
break; break;
} }
case RES_TXTATR_CJK_RUBY:
{
pWhich = "ruby";
const SwFormatRuby& rFormat = GetRuby();
oValue = "rubytext: " + rFormat.GetText().toUtf8();
break;
}
default: default:
break; break;
} }
......
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