summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-13 20:21:59 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-13 20:21:59 +0100
commit50e252e414684fd26742dc8c3600d6f68876d5d7 (patch)
tree18479074e917bad6ed6568613bb4d92d071c7e60 /basic
parentf69a3b9f95c17aabbaf5a1850aece6c7083eec69 (diff)
debuglevels: ResetCapturedAssertions not available in product build
Diffstat (limited to 'basic')
-rwxr-xr-xbasic/source/classes/sbxmod.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 5eb40ff37a..5154550534 100755
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -1181,7 +1181,9 @@ USHORT SbModule::Run( SbMethod* pMeth )
GlobalRunDeInit();
+#ifdef DBG_UTIL
ResetCapturedAssertions();
+#endif
// VBA always ensures screenupdating is enabled after completing
if ( mbVBACompat )