summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-20 18:14:39 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-04-22 11:06:37 +0200
commit4489418cc7e439708e091e5c7f379dd78f6cfc1b (patch)
treef9e51cfa85a692ffcc4e069128a136dce4cd1018
parent9be6795255f7348ca002b141310a2bd458e91b0e (diff)
Fix typos
Change-Id: I83e1fb153601106d028641db3c9a636813b928e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114348 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--include/svx/svdview.hxx2
-rw-r--r--wizards/source/sfdialogs/SF_Register.xba4
2 files changed, 3 insertions, 3 deletions
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>