sc/source/ui/unoobj/cellsuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e9cc36ab1051d016074f2275a79f96694e198d67 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jun 18 23:15:08 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 08:28:06 2024 +0200 Fix typo Change-Id: I7ee174497b9f6ca7256ef71297c20c04b52ecae4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169179 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 4defe47400b2..9e1b77732c41 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -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
