[Libreoffice-commits] core.git: oovbaapi/ooo
Tor Lillqvist
tml at collabora.com
Wed May 30 09:45:16 UTC 2018
oovbaapi/ooo/vba/XApplicationBase.idl | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
New commits:
commit 925fe6609f39098ee69d94087f11e593a60476a1
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 7 09:47:03 2018 +0200
Whitespace fix
Change-Id: Ife4040b181f0688d67de4a2a36e2d2f810e4fce5
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
More information about the Libreoffice-commits
mailing list