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.gelm...@gelma.net>
AuthorDate: Sun Jun 20 17:54:17 2021 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@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
 &apos;&apos;&apos;             DOCUMENTERROR           The targeted window 
could not be found
 &apos;&apos;&apos;     Examples:
 &apos;&apos;&apos;             Dim oDoc As Object
-&apos;&apos;&apos;                     Set oDoc = ui.GetDocument       &apos;  
or Set oDoc = ui.GetDcument(ThisComponent)
+&apos;&apos;&apos;                     Set oDoc = ui.GetDocument       &apos;  
or Set oDoc = ui.GetDocument(ThisComponent)
 &apos;&apos;&apos;                     oDoc.Save()
 
 Dim oDocument As Object                        &apos;  Return value
@@ -1196,4 +1196,4 @@ Private Function _Repr() As String
 End Function   &apos;  ScriptForge.SF_UI._Repr
 
 REM ============================================ END OF SCRIPTFORGE.SF_UI
-</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