summaryrefslogtreecommitdiff
path: root/basic/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-23 21:05:31 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-23 21:30:45 +0200
commit51906611abb53e8a22f2d460964e87b0b399d684 (patch)
treefc35b485a564622b53e58858fd10c4aab33f42a0 /basic/qa
parenta7498603d8b532a1560c3ab816ddb941ad472945 (diff)
basic: move SbxAppData to a BasicDLL member
... so it is deleted by ~SfxApplication. Change-Id: I161bd92eb9b5082d1fdeea603921d0372a4d97e6
Diffstat (limited to 'basic/qa')
-rw-r--r--basic/qa/cppunit/basictest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index af0c0e808cf8..6b1d5162fd0f 100644
--- a/basic/qa/cppunit/basictest.hxx
+++ b/basic/qa/cppunit/basictest.hxx
@@ -25,9 +25,9 @@ class MacroSnippet
{
private:
bool mbError;
+ BasicDLL maDll; // we need a dll instance for resouce manager etc.
SbModuleRef mpMod;
StarBASICRef mpBasic;
- BasicDLL maDll; // we need a dll instance for resouce manager etc.
void InitSnippet()
{