diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-13 21:06:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-15 00:27:30 +0000 |
commit | 074f0ab1d76f16fe92493868e2f2de75e67792ef (patch) | |
tree | 75e27850211fc1d12618b795eaa2d6e853f1f711 /starmath/inc/node.hxx | |
parent | bb50b1609abe83265311613db4a18e992dc666c8 (diff) |
tdf#76296 Import MathML's <mspace>
as possibly multiple "~" and/or "`" by honoring its width attribute.
Change-Id: I17e361c3f8f5d061c856b72266332369497d16b9
Reviewed-on: https://gerrit.libreoffice.org/30809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r-- | starmath/inc/node.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 68f3704883d8..c0e5de4ed2d5 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -1136,6 +1136,7 @@ public: virtual void Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell) override; virtual void Arrange(OutputDevice &rDev, const SmFormat &rFormat) override; void Accept(SmVisitor* pVisitor) override; + virtual void CreateTextFromNode(OUString &rText) override; }; |