summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/XRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/XRange.idl')
-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;