summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-31 13:48:20 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-31 13:48:20 +0000
commit11e6827f1359b80c96fce840b33870363b841be6 (patch)
treeb797c202e7af04237f581d03eb5dc407c0668066 /connectivity/source
parent5d87cf0d5fbd604354008d5585de4b886defef86 (diff)
#86416# outlined the dtor for better tracking the instances
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/file/fanalyzer.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/fanalyzer.cxx b/connectivity/source/drivers/file/fanalyzer.cxx
index edf8014855bf..0ae754b427f1 100644
--- a/connectivity/source/drivers/file/fanalyzer.cxx
+++ b/connectivity/source/drivers/file/fanalyzer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fanalyzer.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: oj $ $Date: 2001-05-23 09:13:11 $
+ * last change: $Author: fs $ $Date: 2001-05-31 14:48:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,12 @@ OSQLAnalyzer::OSQLAnalyzer()
, m_aInterpreter(m_aCompiler)
{
}
+
+// -----------------------------------------------------------------------------
+OSQLAnalyzer::~OSQLAnalyzer()
+{
+}
+
// -----------------------------------------------------------------------------
void OSQLAnalyzer::setIndexes(const Reference< XNameAccess>& _xIndexes)
{