diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-11 20:03:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-12 11:03:40 +0200 |
commit | a5efa490b09f966e3d863ab948fc1608ba863899 (patch) | |
tree | 695bdd1dba5fe8a565a0e085006d57cd413d6488 /sc | |
parent | 54d69f55d13ec39e1b2a2a6883b98cd23c6609a4 (diff) |
Fix typo
Change-Id: Ie93cc4651f51cc239d3a739c76a71c79b9c3dfad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154338
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |