diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-03-07 09:47:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-30 12:44:28 +0300 |
commit | 925fe6609f39098ee69d94087f11e593a60476a1 (patch) | |
tree | a3df4f9384bc0e3fd3595dbe14a3b44a29fe4a6b /oovbaapi | |
parent | 3d16e4042bf3bb211d1a804868526afc263c1992 (diff) |
Whitespace fix
Change-Id: Ife4040b181f0688d67de4a2a36e2d2f810e4fce5
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/XApplicationBase.idl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/oovbaapi/ooo/vba/XApplicationBase.idl b/oovbaapi/ooo/vba/XApplicationBase.idl index ab9ca062bd1e..90ba919407d4 100644 --- a/oovbaapi/ooo/vba/XApplicationBase.idl +++ b/oovbaapi/ooo/vba/XApplicationBase.idl @@ -24,16 +24,14 @@ module ooo { module vba { - - interface XApplicationBase { interface ::ooo::vba::XHelperInterface; [attribute] boolean ScreenUpdating; [attribute] boolean DisplayStatusBar; - [attribute] boolean Interactive; - [attribute] boolean Visible; + [attribute] boolean Interactive; + [attribute] boolean Visible; [attribute, readonly] string Version; [attribute, readonly] any VBE; @@ -47,8 +45,6 @@ interface XApplicationBase void Undo(); }; - - }; }; #endif |