summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-03-07 09:47:03 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-31 21:38:51 +0300
commit737ea470d16f6b323811029c33abd2945decc087 (patch)
treedf6967c1e29ed53d9f6b41b11e812d642630f6e4 /oovbaapi
parent5e1ce67cc5b86ef59aa8767cbe99f9fe95aea51a (diff)
Whitespace fix
Change-Id: Ife4040b181f0688d67de4a2a36e2d2f810e4fce5 (cherry picked from commit 925fe6609f39098ee69d94087f11e593a60476a1)
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/XApplicationBase.idl8
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