diff options
author | Hannah Meeks <hmeeks4135@gmail.com> | 2022-07-12 17:15:17 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-07-14 10:19:57 +0200 |
commit | febfbaff07562dd68bc2b5bc870699754f763e50 (patch) | |
tree | 64775fa1f054df5e37bdd610ee89ac34773e7381 /oovbaapi | |
parent | 0b5df6634a2021986b0de2ab12a41c0d4af4f60c (diff) |
The DefaultPropertyName for range is tex
Change-Id: I0e5f1ae0757a2ad8f58f011df435c30c577d8a79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137006
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/word/XRange.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/XRange.idl b/oovbaapi/ooo/vba/word/XRange.idl index ea5e05d2a497..3b51db78ca3e 100644 --- a/oovbaapi/ooo/vba/word/XRange.idl +++ b/oovbaapi/ooo/vba/word/XRange.idl @@ -28,6 +28,8 @@ interface XListFormat; interface XRange { interface ooo::vba::XHelperInterface; + interface com::sun::star::script::XDefaultProperty; + [attribute] string Text; [attribute] XParagraphFormat ParagraphFormat; |