summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:25:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:25:14 +0000
commit437116dcec49e57e31eff5142f09eb544eb6df5f (patch)
tree44d1c033416e3d93b1a0850b7aa1a9689c3ca70f
parent48b9cfd63e952015b116a47a98574001eb8806d1 (diff)
INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED
2006/03/24 15:36:24 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineData.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx
index c934be151..edb4d75f0 100644
--- a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx
+++ b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ConnectionLineData.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:18:45 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:25:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
using namespace dbaui;
-DBG_NAME(OConnectionLineData);
+DBG_NAME(OConnectionLineData)
//==================================================================
//class OConnectionLineData
//==================================================================
@@ -61,6 +61,7 @@ OConnectionLineData::OConnectionLineData( const ::rtl::OUString& rSourceFieldNam
//------------------------------------------------------------------------
OConnectionLineData::OConnectionLineData( const OConnectionLineData& rConnLineData )
+ : ::vos::OReference()
{
DBG_CTOR(OConnectionLineData,NULL);
*this = rConnLineData;