[Libreoffice-commits] core.git: include/svx wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 22 09:07:20 UTC 2021
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.gelmini at gelma.net>
AuthorDate: Tue Apr 20 18:14:39 2021 +0200
Commit: Michael Stahl <michael.stahl at 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.stahl at 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("com.sun.star.awt.DialogProvider", Array(oComp))
End Select
- ' Create the graphcal interface
+ ' Create the graphical interface
sScope = Iif(IsNull(oComp), "application", "document")
sURI = "vnd.sun.star.script:" & vLibrary & "." & vDialogName & "?location=" & sScope
On Local Error GoTo CatchNotFound
@@ -344,4 +344,4 @@ CatchNotFound:
End Function ' SFDialogs.SF_Register._NewDialog
REM ============================================== END OF SFDIALOGS.SF_REGISTER
-</script:module>
\ No newline at end of file
+</script:module>
More information about the Libreoffice-commits
mailing list