From e9cc36ab1051d016074f2275a79f96694e198d67 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jun 2024 23:15:08 +0200 Subject: [PATCH] Fix typo Change-Id: I7ee174497b9f6ca7256ef71297c20c04b52ecae4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169179 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sc/source/ui/unoobj/cellsuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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