summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:47:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:47:27 +0000
commit5b7b97ca8cf65bdc2b4c7b182cb1c83aa27f3434 (patch)
tree5037a7c6ce3dc61da6637d85b48604d19f3fe739 /dbaccess/source/ui/uno/unoDirectSql.cxx
parentc0e882b1a4e4273b91f42df08ba9788479625457 (diff)
INTEGRATION: CWS dba201b (1.3.38); FILE MERGED
2005/09/21 10:45:02 oj 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:30 fs 1.3.38.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/uno/unoDirectSql.cxx')
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.cxx b/dbaccess/source/ui/uno/unoDirectSql.cxx
index 492c40b02efb..cebd001b41e8 100644
--- a/dbaccess/source/ui/uno/unoDirectSql.cxx
+++ b/dbaccess/source/ui/uno/unoDirectSql.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoDirectSql.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:52:33 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:47:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,15 +83,20 @@ namespace dbaui
//=====================================================================
//= ODirectSQLDialog
//=====================================================================
- //---------------------------------------------------------------------
+DBG_NAME(ODirectSQLDialog)
+//---------------------------------------------------------------------
ODirectSQLDialog::ODirectSQLDialog(const Reference< XMultiServiceFactory >& _rxORB)
:ODirectSQLDialog_BASE( _rxORB )
{
+ DBG_CTOR(ODirectSQLDialog,NULL);
+
}
//---------------------------------------------------------------------
ODirectSQLDialog::~ODirectSQLDialog()
{
+
+ DBG_DTOR(ODirectSQLDialog,NULL);
}
//---------------------------------------------------------------------