diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 15:07:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-02 15:55:55 +0200 |
commit | 86922db292f5708d2431959d15c5ceea70aee7fb (patch) | |
tree | 2450b45e159dea0f282e65069a8bc4f815fc154f /include | |
parent | 3cb921dece44e3e289fc73a64399c1a6c618259c (diff) |
Revert "mark SvxFontItem as IsSortable"
This reverts commit c390c2e3f44953e236389467c7c090cee9ebc1b7.
Causes crashes like
./instdir/program/soffice --headless --convert-to pdf ooo30162-3.xls
because code likes modifying items that are in existing
pools.
Change-Id: I988745a538509f90f357ec6a321b2e37828a4111
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135308
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/fontitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/fontitem.hxx b/include/editeng/fontitem.hxx index 35743b9949e1..2ccaade20121 100644 --- a/include/editeng/fontitem.hxx +++ b/include/editeng/fontitem.hxx @@ -47,7 +47,6 @@ public: // "pure virtual Methods" from SfxPoolItem virtual bool operator==(const SfxPoolItem& rItem) const override; bool operator<(const SfxPoolItem& rCmp) const override; - virtual bool IsSortable() const override { return true; } virtual SvxFontItem* Clone(SfxItemPool *pPool = nullptr) const override; virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 nMemberId = 0) const override; virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId) override; |