summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index f860f2d4d049..30faa7f7bba5 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -788,7 +788,7 @@ private:
std::map<OUString, std::vector<OString> > m_aSeqBookmarksNames;
/// GrabBag for text effexts like glow, shadow, ...
- css::uno::Sequence<css::beans::PropertyValue> m_aTextEffectsGrabBag;
+ std::vector<css::beans::PropertyValue> m_aTextEffectsGrabBag;
/// The current table helper
SwWriteTable *m_pTableWrt;