summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba
diff options
context:
space:
mode:
authorHannah Meeks <hmeeks4135@gmail.com>2022-07-12 15:47:03 +0100
committerTomaž Vajngerl <quikee@gmail.com>2022-07-14 10:19:31 +0200
commit0b5df6634a2021986b0de2ab12a41c0d4af4f60c (patch)
tree5ffe1b4ecd17ef1cba7b470c8fd29a539efb9f0d /oovbaapi/ooo/vba
parentb2c81dad3a0b72d305f1c6967ee4a8069ae11b45 (diff)
tdf#149963 - XFind not a property/attribute of XRange
Updated XRange to include XFind Change-Id: If9570fbb5de8d14063a72a4c4c55fcfd491dd496 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137004 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oovbaapi/ooo/vba')
-rw-r--r--oovbaapi/ooo/vba/word/XRange.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/XRange.idl b/oovbaapi/ooo/vba/word/XRange.idl
index fa0bf5e6d718..ea5e05d2a497 100644
--- a/oovbaapi/ooo/vba/word/XRange.idl
+++ b/oovbaapi/ooo/vba/word/XRange.idl
@@ -23,6 +23,7 @@ module ooo { module vba { module word {
interface XParagraphFormat;
interface XStyle;
interface XFont;
+interface XFind;
interface XListFormat;
interface XRange
{
@@ -35,6 +36,8 @@ interface XRange
// Of course Font is NOT readonly, #FIXME #TODO
// readonly though will force an error attempting to write
[attribute, readonly] XFont Font;
+ [attribute, readonly] XFind Find;
+
[attribute] long LanguageID;
[attribute] long Start;
[attribute] long End;