sc/source/ui/view/cellsh1.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 97e2f31089c6676545a4a80369d575c79fb7817b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Feb 26 17:38:49 2025 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Feb 28 07:03:08 2025 +0100

    Fix typo
    
    Change-Id: I8683242309b3756335ff64c9bfca3cbcf1de4c68
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182250
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Simon Chenery <simon_chen...@yahoo.com>
    Tested-by: Jenkins

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index a090b612eaa9..72f9fba8c945 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2952,7 +2952,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                         else if (nRet == DLG_RET_ADD)
                         {
                             // Put the xml string parameter to initialize the
-                            // Conditional Format Dialog. ( add new ). Proivde
+                            // Conditional Format Dialog. ( add new ). Provide
                             // new DialogData
                             pTabViewShell->setScCondFormatDlgData(
                                 std::make_shared<ScCondFormatDlgData>(
@@ -2970,7 +2970,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                             sal_uInt32 nIndex = pFormat ? pFormat->GetKey() : 
sal_uInt32(-1);
                             // Put the xml string parameter to initialize the
                             // Conditional Format Dialog. ( edit selected 
conditional format ).
-                            // Proivde new DialogData
+                            // Provide new DialogData
                             pTabViewShell->setScCondFormatDlgData(
                                 std::make_shared<ScCondFormatDlgData>(
                                     std::shared_ptr<ScConditionalFormatList>(

Reply via email to