summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DTable.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 14:52:31 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 14:52:31 +0000
commit88e6006b4c097314e4ebad0e95c3f60ea68b3eef (patch)
treea473d6afeabfb394171c45e1048ef1205de91e19 /connectivity/source/drivers/dbase/DTable.cxx
parent41057523f8fe3d8370f0fddc9ed65318e562cb03 (diff)
INTEGRATION: CWS warningfixes02 (1.94.10); FILE MERGED
2006/06/30 11:44:33 sb 1.94.10.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'connectivity/source/drivers/dbase/DTable.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index da1345909e..51dda76053 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DTable.cxx,v $
*
- * $Revision: 1.96 $
+ * $Revision: 1.97 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:25:43 $
+ * last change: $Author: kz $ $Date: 2006-07-19 15:52:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1158,9 +1158,9 @@ BOOL ODbaseTable::Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFie
INetURLObject aURL;
aURL.SetURL(_sUrl);
- BOOL bDropped = FALSE;
+ BOOL bDropped = ::utl::UCBContentHelper::Kill(aURL.GetMainURL(INetURLObject::NO_DECODE));
- if(bDropped = ::utl::UCBContentHelper::Kill(aURL.GetMainURL(INetURLObject::NO_DECODE)))
+ if(bDropped)
{
if (_bHasMemoFields)
{ // delete the memo fields