Kaydet (Commit) f43b5d1e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Temporarily remove "final" from chart::FormattedString

...to check whether it has any effect on the strange Jenkins UBSan bot failures
that started with <https://ci.libreoffice.org/job/lo_ubsan/1253/>

Change-Id: I9e7c8c89d3347feb0d5d56f67ac3495553acfc3e
üst 6eac1c9e
......@@ -43,7 +43,7 @@ typedef ::cppu::WeakImplHelper<
FormattedString_Base;
}
class FormattedString final :
class FormattedString :
public MutexContainer,
public impl::FormattedString_Base,
public ::property::OPropertySet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment