sc/source/ui/inc/viewdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83fcad097266af4761a1fe857c2dfbd4a32b928a Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Aug 12 15:12:29 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Aug 13 10:53:37 2025 +0200 Fix typo Change-Id: Ie4f538b44ba5dffee8c25a046a6369c8d73f96c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189431 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index de7d910c1756..b61b6ccbe23c 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -290,7 +290,7 @@ private: Fraction aDefZoomY; Fraction aDefPageZoomX; // zoom in page break preview mode Fraction aDefPageZoomY; - // If the actual zoom values are for implemention-only purposes, then provide a value for export + // If the actual zoom values are for implementation-only purposes, then provide a value for export std::optional<sal_uInt16> oExportZoom; // used for all sheets ScRefType eRefType;
