summaryrefslogtreecommitdiff
path: root/testshl2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 08:30:46 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 08:30:46 +0000
commit89503139682dddcd7090272be4746d756ba92df8 (patch)
tree6e19148cf8f5f44b3c0f26fb61db3f75836cb3a3 /testshl2
parent6fc1c088c12e7e73dd96287f83b84992109031af (diff)
INTEGRATION: CWS ause093 (1.10.6); FILE MERGED
2008/05/06 12:08:20 hjs 1.10.6.1: #i88845# set of changes from lla to get specified library loaded
Diffstat (limited to 'testshl2')
-rw-r--r--testshl2/source/autoregisterhelper.cxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/testshl2/source/autoregisterhelper.cxx b/testshl2/source/autoregisterhelper.cxx
index 69fda705af1f..e7dd9aed57ae 100644
--- a/testshl2/source/autoregisterhelper.cxx
+++ b/testshl2/source/autoregisterhelper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: autoregisterhelper.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -134,3 +134,10 @@ void AutomaticRegisterHelper::CallAll(hTestResult _hResult) const
}
}
+AutomaticRegisterHelper::~AutomaticRegisterHelper()
+{
+ if (getOptions().hasOpt("-verbose"))
+ {
+ fprintf(stderr, "Dtor AutomaticRegisterHelper.\n");
+ }
+}