sc/source/ui/docshell/docsh5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5efa490b09f966e3d863ab948fc1608ba863899
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 11 20:03:07 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jul 12 11:03:40 2023 +0200

    Fix typo
    
    Change-Id: Ie93cc4651f51cc239d3a739c76a71c79b9c3dfad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154338
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx
index f7c35ba29598..e4cec9200c01 100644
--- a/sc/source/ui/docshell/docsh5.cxx
+++ b/sc/source/ui/docshell/docsh5.cxx
@@ -432,7 +432,7 @@ void ScDocShell::UpdateAllRowHeights( const ScMarkData* 
pTabMark )
 
 void ScDocShell::UpdateAllRowHeights(const bool bOnlyUsedRows)
 {
-    // update automatic roow heights on all sheets using the newer 
ScDocRowHeightUpdater
+    // update automatic row heights on all sheets using the newer 
ScDocRowHeightUpdater
     ScSizeDeviceProvider aProv(this);
     ScDocRowHeightUpdater aUpdater(*m_pDocument, aProv.GetDevice(), 
aProv.GetPPTX(),
                                    aProv.GetPPTY(), nullptr);

Reply via email to