diff options
-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) |