summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-20 08:59:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-24 07:52:48 +0200
commit6325d571cae03357ea13354deea9df279377c730 (patch)
tree7fda7c5427c597d61b3223ce77beee087bee52fa /forms
parent930a3cbaeeaf6bca594f8651c4d5dffc1e5391d4 (diff)
Revert "work around clang-cl ABI bug PR25641"
This reverts commit 81ce629c9e8a4fc26ded9d49157e3f3263991e03, now that <https://bugs.llvm.org/show_bug.cgi?id=25641> "clang-cl: vtordisp thunks not emitted for functions with class template specializations in their signatures" is fixed.
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextunowrapper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/richtext/richtextunowrapper.cxx b/forms/source/richtext/richtextunowrapper.cxx
index 34a6fb48568c..ce5c15a58253 100644
--- a/forms/source/richtext/richtextunowrapper.cxx
+++ b/forms/source/richtext/richtextunowrapper.cxx
@@ -61,9 +61,6 @@ namespace frm
ORichTextUnoWrapper::ORichTextUnoWrapper( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener )
:SvxUnoText( getTextEnginePropertySet() )
{
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug PR25641
- css::uno::Sequence<css::beans::PropertyState> dummy; (void) dummy;
-#endif
SetEditSource( new RichTextEditSource( _rEngine, _pTextChangeListener ) );
}