summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XView.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl
index 985e5611fbf4..780d65fd3a79 100644
--- a/oovbaapi/ooo/vba/word/XView.idl
+++ b/oovbaapi/ooo/vba/word/XView.idl
@@ -28,6 +28,9 @@ interface XView
set raises ( com::sun::star::script::BasicErrorException );
};
+ //Show all nonprinting characters (such as hidden text, spaces, carriage returns, etc.).
+ [attribute] boolean ShowAll;
+
[attribute] long SplitSpecial;
[attribute] boolean TableGridLines;
[attribute] long Type;