Change-Id: I7ee174497b9f6ca7256ef71297c20c04b52ecae4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169179
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-06-18 23:15:08 +02:00 committed by Julien Nabet
parent 3909a1186c
commit e9cc36ab10

View file

@ -8853,7 +8853,7 @@ uno::Type SAL_CALL ScCellFormatsObj::getElementType()
sal_Bool SAL_CALL ScCellFormatsObj::hasElements()
{
SolarMutexGuard aGuard;
return ( getCount() != 0 ); //! always greater then zero ??
return ( getCount() != 0 ); //! always greater than zero ??
}
// XEnumerationAccess