summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-26 00:17:41 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-27 08:01:03 +0200
commit76bf3939b0583212a56c317c85aea110f8ac6fee (patch)
treed2c0fa7c2080b84054289fa82b510e6ae91fd30b /include/basic
parent5a7d18e432571fb1e9b2cd54d6168353d25c6f19 (diff)
related tdf#109132, ugly hack to ensure the VBA mode is setup during import
Change-Id: Ia48e4b19eb690ba7ab24a37538f6de11a74ad4d3 Reviewed-on: https://gerrit.libreoffice.org/58148 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/sbstar.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 86b0d8e7a0c6..884974597388 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -62,7 +62,6 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject
bool bQuit;
SbxObjectRef pVBAGlobals;
- BASIC_DLLPRIVATE SbxObject* getVBAGlobals( );
BASIC_DLLPRIVATE void implClearDependingVarsOnDelete( StarBASIC* pDeletedBasic );
@@ -155,6 +154,8 @@ public:
void QuitAndExitApplication();
bool IsQuitApplication() { return bQuit; };
+ SbxObject* getVBAGlobals( );
+
static css::uno::Reference< css::frame::XModel >
GetModelFromBasic( SbxObject* pBasic );