include/svx/svdview.hxx                  |    2 +-
 wizards/source/sfdialogs/SF_Register.xba |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4489418cc7e439708e091e5c7f379dd78f6cfc1b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Apr 20 18:14:39 2021 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Thu Apr 22 11:06:37 2021 +0200

    Fix typos
    
    Change-Id: I83e1fb153601106d028641db3c9a636813b928e7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114348
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 7020f6447b4d..f7efd59b708e 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -242,7 +242,7 @@ public:
         SdrPageWindow& rPageWindow,
         const char* pDebugName) const;
 
-    // Interactive Move Action programmaticaly
+    // Interactive Move Action programmatically
     bool MoveShapeHandle(const sal_uInt32 handleNum, const Point& aEndPoint, 
const sal_Int32 aObjectOrdNum = -1);
 };
 
diff --git a/wizards/source/sfdialogs/SF_Register.xba 
b/wizards/source/sfdialogs/SF_Register.xba
index fc3dbf54008c..8a807346babf 100644
--- a/wizards/source/sfdialogs/SF_Register.xba
+++ b/wizards/source/sfdialogs/SF_Register.xba
@@ -314,7 +314,7 @@ Try:
                        Set oDialogProvider = 
vContext.getServiceManager().createInstanceWithContext(&quot;com.sun.star.awt.DialogProvider&quot;,
 Array(oComp))
        End Select
 
-       &apos;  Create the graphcal interface
+       &apos;  Create the graphical interface
        sScope = Iif(IsNull(oComp), &quot;application&quot;, 
&quot;document&quot;)
        sURI = &quot;vnd.sun.star.script:&quot; &amp; vLibrary &amp; 
&quot;.&quot; &amp; vDialogName &amp; &quot;?location=&quot; &amp; sScope
        On Local Error GoTo CatchNotFound
@@ -344,4 +344,4 @@ CatchNotFound:
 End Function   &apos;  SFDialogs.SF_Register._NewDialog
 
 REM ============================================== END OF SFDIALOGS.SF_REGISTER
-</script:module>
\ No newline at end of file
+</script:module>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to