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
commitac37cd4e475a3e6b9e7da6e237f3db0f2bff4122 (patch)
treea1e4941a19bc0a1675da9741d33d3726cf1f852a /oovbaapi
parente22f81511fca767ee0a010c67ef14fc989fcda84 (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 3eb8337798d6..b36497599deb 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;