From 756d0b1dff3cb5c3cab10c1f14e4dae6ac3ba135 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Thu, 20 Feb 2014 13:22:33 +0100 Subject: drawingML import: run fonts inside group shape Change-Id: Ib54fe868c11c0c22b85d8821fa7274c80918362c --- include/oox/drawingml/textfont.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/oox/drawingml/textfont.hxx b/include/oox/drawingml/textfont.hxx index a069057b90fb..d3361fc3757c 100644 --- a/include/oox/drawingml/textfont.hxx +++ b/include/oox/drawingml/textfont.hxx @@ -39,6 +39,9 @@ public: /** Sets attributes from the passed attribute list. */ void setAttributes( const AttributeList& rAttribs ); + /** Sets font name and init other attributes. */ + void setAttributes( const OUString& rFontName ); + /** Overwrites this text font with the passed text font, if it is used. */ void assignIfUsed( const TextFont& rTextFont ); -- cgit