Kaydet (Commit) 925fe660 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Whitespace fix

Change-Id: Ife4040b181f0688d67de4a2a36e2d2f810e4fce5
üst 3d16e404
...@@ -24,16 +24,14 @@ ...@@ -24,16 +24,14 @@
module ooo { module vba { module ooo { module vba {
interface XApplicationBase interface XApplicationBase
{ {
interface ::ooo::vba::XHelperInterface; interface ::ooo::vba::XHelperInterface;
[attribute] boolean ScreenUpdating; [attribute] boolean ScreenUpdating;
[attribute] boolean DisplayStatusBar; [attribute] boolean DisplayStatusBar;
[attribute] boolean Interactive; [attribute] boolean Interactive;
[attribute] boolean Visible; [attribute] boolean Visible;
[attribute, readonly] string Version; [attribute, readonly] string Version;
[attribute, readonly] any VBE; [attribute, readonly] any VBE;
...@@ -47,8 +45,6 @@ interface XApplicationBase ...@@ -47,8 +45,6 @@ interface XApplicationBase
void Undo(); void Undo();
}; };
}; }; }; };
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment