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

New commits:
commit 77c9e4bdbaae0a96d2c64a8e7e6b54f3e0f3a067
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Jun 18 08:55:17 2024 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jun 18 11:07:48 2024 +0200

    sw: document SwVbaParagraphs
    
    What is the uno service in xray, and a simple VBA sample.
    
    Change-Id: I4c86f28481631e82cf9ddfb734b7acc9525aed5a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169072
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/ui/vba/vbaparagraph.hxx 
b/sw/source/ui/vba/vbaparagraph.hxx
index 6c35455614d1..96f96fcb8ae6 100644
--- a/sw/source/ui/vba/vbaparagraph.hxx
+++ b/sw/source/ui/vba/vbaparagraph.hxx
@@ -51,6 +51,8 @@ public:
 
 typedef CollTestImplHelper< ooo::vba::word::XParagraphs > SwVbaParagraphs_BASE;
 
+/// Provides ooo.vba.word.Paragraphs, for example:
+/// ActiveDocument.Paragraphs
 class SwVbaParagraphs : public SwVbaParagraphs_BASE
 {
 private:

Reply via email to