summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-22 06:41:33 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-22 06:41:33 +0000
commit64878e8bd08bb791f8fde0f8bd5dd6f6d20b0fc0 (patch)
tree444700dba43512b3d466b468a5a1235162026647 /connectivity/source/drivers/ado/AView.cxx
parent3cdc95490f971af22425a731c0ad5279383230ae (diff)
#85775# check pInterface
Diffstat (limited to 'connectivity/source/drivers/ado/AView.cxx')
-rw-r--r--connectivity/source/drivers/ado/AView.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx
index 8c5a49a38a8f..943b86f3bc33 100644
--- a/connectivity/source/drivers/ado/AView.cxx
+++ b/connectivity/source/drivers/ado/AView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AView.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-05-14 11:40:04 $
+ * last change: $Author: oj $ $Date: 2001-05-22 07:40:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,10 +103,7 @@ void WpADOView::Create()
if( !FAILED( hr ) )
- {
- pInterface = pCommand;
- pInterface->AddRef();
- }
+ operator=(pCommand);
}
// -------------------------------------------------------------------------