[Libreoffice-commits] core.git: include/drawinglayer wizards/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 20 19:44:22 UTC 2021


 include/drawinglayer/primitive3d/baseprimitive3d.hxx |    2 +-
 wizards/source/scriptforge/SF_UI.xba                 |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2a7e64da7f385de8dbba1802530e251cf29259fb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 20 17:54:17 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 20 21:43:41 2021 +0200

    Fix typos
    
    Change-Id: I70d723ea2d0cad5a28840e250ae261aab6a08bfc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117514
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index 0129db53f2cf..f1a4c5e4d503 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -32,7 +32,7 @@
 /** defines for DeclPrimitive3DIDBlock and ImplPrimitive3DIDBlock
     Added to be able to simply change identification stuff later, e.g. add
     an identification string and/or ID to the interface and to the implementation
-    ATM used to delclare implement getPrimitive3DID()
+    ATM used to declare implement getPrimitive3DID()
  */
 
 #define DeclPrimitive3DIDBlock() \
diff --git a/wizards/source/scriptforge/SF_UI.xba b/wizards/source/scriptforge/SF_UI.xba
index 122dd218da93..07108c5fe438 100644
--- a/wizards/source/scriptforge/SF_UI.xba
+++ b/wizards/source/scriptforge/SF_UI.xba
@@ -409,7 +409,7 @@ Public Function GetDocument(Optional ByVal WindowName As Variant) As Variant
 '''		DOCUMENTERROR		The targeted window could not be found
 '''	Examples:
 '''		Dim oDoc As Object
-'''			Set oDoc = ui.GetDocument	'	or Set oDoc = ui.GetDcument(ThisComponent)
+'''			Set oDoc = ui.GetDocument	'	or Set oDoc = ui.GetDocument(ThisComponent)
 '''			oDoc.Save()
 
 Dim oDocument As Object			'	Return value
@@ -1196,4 +1196,4 @@ Private Function _Repr() As String
 End Function	'	ScriptForge.SF_UI._Repr
 
 REM ============================================ END OF SCRIPTFORGE.SF_UI
-</script:module>
\ No newline at end of file
+</script:module>


More information about the Libreoffice-commits mailing list