summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-26 14:15:19 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-26 14:15:19 +0200
commitaa3c7447440bb019174ce7620aa6dae446254d9a (patch)
tree6653e0f61fbd7c7124d8670a602fdaf973460e47 /oovbaapi
parent4c9406dd5e113098155a08900363cfd10d96bcf1 (diff)
mib19: #163428# VBA symbol Worksheet.Visible supports xlSheetVeryHidden now
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index a6d86957ec..44153726e8 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -60,7 +60,7 @@ interface XWorksheet
interface ::com::sun::star::script::XInvocation;
interface ::com::sun::star::container::XNamed;
- [attribute] boolean Visible;
+ [attribute] long Visible;
[attribute, readonly] long StandardHeight;
[attribute, readonly] long StandardWidth;
[attribute, readonly] boolean ProtectionMode;