Fix typo
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:
parent
3909a1186c
commit
e9cc36ab10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue