sc/qa/unit/uicalc/uicalc.cxx                  |    2 +-
 wizards/source/sfdialogs/SF_DialogControl.xba |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d00415949cceba2f712da8d311cf4f07b183c5cd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 12:19:10 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 12:38:58 2023 +0200

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

diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index bfba6bd235e1..fae0b389584e 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1914,7 +1914,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf153790)
     goToCell("A3");
     dispatchCommand(mxComponent, ".uno:Paste", {});
 
-    // Without the fix in place, this test would have failed wiht
+    // Without the fix in place, this test would have failed with
     // - Expected: =SUM($Sheet1.B1:C1)
     // - Actual  : =SUM($Sheet1.B1:$Sheet1.C1)
     CPPUNIT_ASSERT_EQUAL(OUString("=SUM($Sheet1.B1:C1)"), pDoc->GetFormula(0, 
2, 0));
commit 9231531b3ed8554db89af7837b6e4860e4e5a332
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 12:18:52 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 12:38:43 2023 +0200

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

diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba 
b/wizards/source/sfdialogs/SF_DialogControl.xba
index e4e8fe929309..133d942a8c32 100644
--- a/wizards/source/sfdialogs/SF_DialogControl.xba
+++ b/wizards/source/sfdialogs/SF_DialogControl.xba
@@ -2117,7 +2117,7 @@ Private Function _PropertySet(Optional ByVal psProperty 
As String _
 Dim bSet As Boolean                                                    &apos;  
Return value
 Static oSession As Object                                      &apos;  Alias 
of SF_Session
 Dim vSet As Variant                                                    &apos;  
Value to set in UNO model or view property
-Dim vBorders As Variant                                                &apos;  
Array of allowed Border vaues
+Dim vBorders As Variant                                                &apos;  
Array of allowed Border values
 Dim vFormats As Variant                                                &apos;  
Format property: output of _FormatsList()
 Dim iFormat As Integer                                         &apos;  Format 
property: index in vFormats
 Dim oNumberFormats As Object                           &apos;  
com.sun.star.util.XNumberFormats

Reply via email to