summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FNoException.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-04 05:39:26 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-04 05:39:26 +0000
commit7305ce3cd9c36c53808b33c551bcd4d9bffb2fe4 (patch)
treefcb1b324611b4419f4e1a1802a40d54830f1d484 /connectivity/source/drivers/file/FNoException.cxx
parentbde27e9ead97b7f5b34b93e6fdc7c7deabcc9f7b (diff)
#99549# insert c and dtor
Diffstat (limited to 'connectivity/source/drivers/file/FNoException.cxx')
-rw-r--r--connectivity/source/drivers/file/FNoException.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FNoException.cxx b/connectivity/source/drivers/file/FNoException.cxx
index 843ce25f54c1..146cc86faea7 100644
--- a/connectivity/source/drivers/file/FNoException.cxx
+++ b/connectivity/source/drivers/file/FNoException.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FNoException.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-08-29 12:15:31 $
+ * last change: $Author: oj $ $Date: 2002-07-04 06:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,7 @@ OKeyValue* OResultSet::GetOrderbyKeyValue(OValueRow _rRow)
{
UINT32 nBookmarkValue = Abs((sal_Int32)(*_rRow)[0]);
- OKeyValue* pKeyValue = new OKeyValue((UINT32)nBookmarkValue);
+ OKeyValue* pKeyValue = OKeyValue::createKeyValue((UINT32)nBookmarkValue);
::std::vector<sal_Int32>::iterator aIter = m_aOrderbyColumnNumber.begin();
for (;aIter != m_aOrderbyColumnNumber.end(); ++aIter)