diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-05-31 08:30:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-05-31 09:57:37 +0200 |
commit | 6cb1745c24c7651050e30216860c539fa13cc0e2 (patch) | |
tree | 938ca540fe9bb86b4f24c01a93bae0a2a1c84615 /chart2/source | |
parent | 7db006c1b1601533bfc7c361af69800a8b17979e (diff) |
tdf#142467: Update comments with GCC bug ID
Change-Id: I71052f8db941733ab4e4b1b36cbf1fcb28eac9d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116420
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/model/template/CandleStickChartType.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/model/template/CandleStickChartType.hxx b/chart2/source/model/template/CandleStickChartType.hxx index 969c14c24d35..13dfb30db47f 100644 --- a/chart2/source/model/template/CandleStickChartType.hxx +++ b/chart2/source/model/template/CandleStickChartType.hxx @@ -23,7 +23,8 @@ namespace chart { -// see tdf#142467 before restoring 'final' +// see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797> "[10/11/12 Regression] using +// declaration causing virtual call with wrongly adjusted this pointer" before restoring 'final' class CandleStickChartType /* final */ : public ChartType { public: |