summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AColumn.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-27 10:38:26 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-27 10:38:26 +0000
commit9f819eba8756ba7cd27eb1ccad536fadc33784c4 (patch)
tree9da3bf18bb233690689ccb7cf8cf4b6111e67eca /connectivity/source/inc/ado/AColumn.hxx
parent47bfeb2b60950bf5c4faa476639596194c0c769f (diff)
#86293# impl copyCtr
Diffstat (limited to 'connectivity/source/inc/ado/AColumn.hxx')
-rw-r--r--connectivity/source/inc/ado/AColumn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/AColumn.hxx b/connectivity/source/inc/ado/AColumn.hxx
index 5feb4333cff5..e4e464a65ae7 100644
--- a/connectivity/source/inc/ado/AColumn.hxx
+++ b/connectivity/source/inc/ado/AColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AColumn.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-04-12 12:32:56 $
+ * last change: $Author: oj $ $Date: 2001-04-27 11:38:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ namespace connectivity
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
- WpADOColumn getColumnImpl() const { return m_aColumn;}
+ WpADOColumn getColumnImpl() const;
};
}
}