sw/source/ui/vba/vbacontentcontrol.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dd4b54bb4e73e4c0af3b2efb25d0ee929d7dfe28
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Nov 25 10:41:36 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Nov 25 13:34:11 2022 +0100

    Fix typos
    
    Change-Id: I9d22e4a2140f5195d3829e6289ddf3d2f79b632e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143281
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/ui/vba/vbacontentcontrol.hxx 
b/sw/source/ui/vba/vbacontentcontrol.hxx
index e5fa927e36fa..2d3c2ee56ad1 100644
--- a/sw/source/ui/vba/vbacontentcontrol.hxx
+++ b/sw/source/ui/vba/vbacontentcontrol.hxx
@@ -64,7 +64,7 @@ public:
 
     css::uno::Any SAL_CALL getDropdownListEntries() override;
 
-    // This is an integer used as a unique indentifier string
+    // This is an integer used as a unique identifier string
     OUString SAL_CALL getID() override;
 
     sal_Int32 SAL_CALL getLevel() override;
@@ -107,7 +107,7 @@ public:
     // XContentControl Methods
 
     // Copies the content control from the active document to the Clipboard.
-    // Retreive from the clipboard using the Paste method of the Selection 
object
+    // Retrieve from the clipboard using the Paste method of the Selection 
object
     // or of the Range object, or use the Paste function from within Microsoft 
Word.
     void SAL_CALL Copy() override;
 

Reply via email to