sw/source/ui/vba/vbawordbasic.hxx |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 8717a700e847330897b44aa40d1787c65dfa64be
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Thu Oct 13 07:10:17 2022 -0400
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Oct 14 09:38:54 2022 +0200

    sw vba: add doxygen comment for class SwWordBasic
    
    Change-Id: I8b12845341e8754c0882411c19a57b7a46e05e98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141290
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/ui/vba/vbawordbasic.hxx 
b/sw/source/ui/vba/vbawordbasic.hxx
index 5933f104eb49..eb9ce5d500c2 100644
--- a/sw/source/ui/vba/vbawordbasic.hxx
+++ b/sw/source/ui/vba/vbawordbasic.hxx
@@ -21,6 +21,18 @@
 
 class SwVbaApplication;
 
+/**
+ * This is a representation of the WordBasic statements and functions
+ * that were available in Word version 6.0 and Word for Windows 95.
+ *
+ * It can be specified as "Application.WordBasic." or "WordBasic.".
+ *
+ * Starting with Word 2000, old macros were automatically converted
+ * into Visual Basic modules, and the WordBasic prefix was added where
+ * no VBA methods precisely corresponded.
+ *
+ * In other words, it is a compatibility shim.
+ */
 class SwWordBasic : public cppu::WeakImplHelper<ooo::vba::word::XWordBasic>
 {
 private:

Reply via email to