From 925fe6609f39098ee69d94087f11e593a60476a1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 7 Mar 2018 09:47:03 +0200 Subject: Whitespace fix Change-Id: Ife4040b181f0688d67de4a2a36e2d2f810e4fce5 --- oovbaapi/ooo/vba/XApplicationBase.idl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'oovbaapi/ooo') 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 -- cgit