From 46edac18b76d8e9cc74aed8a9712ca3bdadd0972 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Thu, 25 May 2017 18:54:37 +0200 Subject: Watermark: VML font-family import for textpath Handle style attribute to get font-family: Change-Id: I5fe530aecccc57e103b413ef494502f666f1005a Reviewed-on: https://gerrit.libreoffice.org/38039 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/oox/vml/vmlformatting.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx index d7c3e92f0b9c..efb0e6606887 100644 --- a/include/oox/vml/vmlformatting.hxx +++ b/include/oox/vml/vmlformatting.hxx @@ -241,6 +241,7 @@ struct OOX_DLLPUBLIC ShadowModel struct OOX_DLLPUBLIC TextpathModel { OptValue moString; ///< Specifies the string of the textpath. + OptValue moStyle; ///< Specifies the style of the textpath. TextpathModel(); -- cgit