diff options
author | npower Developer <npower@openoffice.org> | 2010-03-02 12:39:31 +0000 |
---|---|---|
committer | npower Developer <npower@openoffice.org> | 2010-03-02 12:39:31 +0000 |
commit | 216a20edf8d3be44582017f9f2827174685463a6 (patch) | |
tree | 9319bacf36325cdc6ab336b9f7af493a469867a5 /basctl/source/inc/scriptdocument.hxx | |
parent | 71d34247b329e6c3cd41c1f8d022f1b0f923898b (diff) |
npower13_objectmodule: #i109734# object module stuff
Diffstat (limited to 'basctl/source/inc/scriptdocument.hxx')
-rw-r--r-- | basctl/source/inc/scriptdocument.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index 1f7d5dfda..3db8fa2c1 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -212,6 +212,7 @@ namespace basctl */ bool isAlive() const; + bool isInVBAMode() const; /// returns the BasicManager associated with this instance BasicManager* getBasicManager() const; |