diff options
author | Noel Power <noel.power@novell.com> | 2012-04-20 17:57:02 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-04-20 18:26:21 +0100 |
commit | f2cf3f30a76cb257bf44f9651b295280fb12d4aa (patch) | |
tree | 36fee55032f738e942b3eddbc541fc25c9d8e8fc /oovbaapi | |
parent | 4fa65f95e86dc4e348c83814475b057e8f30c107 (diff) |
vba api Application.DisplayScrollBars implementation bnc#757840
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XApplication.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index 6453011b1131..866ab21decc0 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -75,6 +75,7 @@ interface XApplication [attribute] boolean Iteration; [attribute] long EnableCancelKey; [attribute] boolean DisplayFullScreen; + [attribute] boolean DisplayScrollBars; void setDefaultFilePath([in] string DefaultFilePath) raises(com::sun::star::script::BasicErrorException); |