diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/fields/textapi.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/core/fields/textapi.cxx b/sw/source/core/fields/textapi.cxx index 2bffe90f0f0c..0c8b8f233ddc 100644 --- a/sw/source/core/fields/textapi.cxx +++ b/sw/source/core/fields/textapi.cxx @@ -56,6 +56,9 @@ SwTextAPIObject::SwTextAPIObject( SwTextAPIEditSource* p ) : SvxUnoText( p, ImplGetSvxTextPortionPropertySet(), uno::Reference < text::XText >() ) , pSource(p) { +#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug PR25641 + css::uno::Sequence<css::beans::PropertyState>dummy; (void) dummy; +#endif } SwTextAPIObject::~SwTextAPIObject() throw() |