diff options
-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); |