diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-31 15:08:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-31 20:20:43 +0100 |
commit | ba85e9f54809dd2c7eb817ead90f9fac0add6e06 (patch) | |
tree | 5babed5bfe4202645a189b70bb801f068d09363e | |
parent | 0e08992f99bfd4aaa57a6b30b9e8a32ee5dc4a98 (diff) |
add comment to CellProperties::ForceDefaultAttributes
Change-Id: Iea65e06b886d47ea18fa1dc81a6df0cd8b995776
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158734
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | svx/source/table/cell.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx index 98e46842e414..c617129f3fd2 100644 --- a/svx/source/table/cell.cxx +++ b/svx/source/table/cell.cxx @@ -181,6 +181,7 @@ SdrText* CellTextProvider::getText(sal_Int32 nIndex) const void CellProperties::ForceDefaultAttributes() { + // deliberately do not run superclass ForceDefaultAttributes, we don't want any default attributes } void CellProperties::ItemSetChanged(std::span< const SfxPoolItem* const > aChangedItems, sal_uInt16 nDeletedWhich) |