summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-05-10 17:03:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-05-10 17:03:56 +0200
commitf43b5d1e6035e6ed619ab425009a7895ac271716 (patch)
treecd3eab1176604717c36a555863d89d5f6e267b57 /chart2/source/model/main
parent6eac1c9e3f4e801a3cfa75f85f7bc3944c7cd21e (diff)
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
Diffstat (limited to 'chart2/source/model/main')
-rw-r--r--chart2/source/model/main/FormattedString.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/FormattedString.hxx b/chart2/source/model/main/FormattedString.hxx
index 9d17d5f3885a..91aab68d9189 100644
--- a/chart2/source/model/main/FormattedString.hxx
+++ b/chart2/source/model/main/FormattedString.hxx
@@ -43,7 +43,7 @@ typedef ::cppu::WeakImplHelper<
FormattedString_Base;
}
-class FormattedString final :
+class FormattedString :
public MutexContainer,
public impl::FormattedString_Base,
public ::property::OPropertySet