From ab2b20b66394c1d219caafc380488f5296c1c12c Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 22 Feb 2014 20:42:37 +0100 Subject: ooxml: handle w14:shadow in import/export Refactor the code to support an additional main element at processing of w14 elements for rPr. Change-Id: Iaf18a11bbda245b0b5b629e5f2e9f1f9682e6d41 --- sw/source/filter/ww8/docxattributeoutput.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx') diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 8463d395ae1e..30474f17b35c 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -736,7 +736,7 @@ private: /// names of these bookmarks for each sequence. std::map > m_aSeqBookmarksNames; - /// GrabBag for text effexts like glow + /// GrabBag for text effexts like glow, shadow, ... css::uno::Sequence m_aTextEffectsGrabBag; /// The current table helper -- cgit