summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-05 13:35:27 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-05 13:35:27 +0000
commit397885c6e3b8a35048ccea0710c1cb390a32f1ba (patch)
treedb9e230ff7bf1abaef41a5bad28588074e7853de /connectivity/source/drivers
parent60d4893f6af99c0363e330b41008820ecb9e3d21 (diff)
construct is now virtual
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx
index fece16784d76..455cb06e66c2 100644
--- a/connectivity/source/drivers/file/FConnection.cxx
+++ b/connectivity/source/drivers/file/FConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FConnection.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-09-29 15:30:09 $
+ * last change: $Author: oj $ $Date: 2000-10-05 14:32:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV
const PropertyValue *pEnd = pBegin + info.getLength();
for(;pBegin != pEnd;++pBegin)
{
- if(!pBegin->Name.compareToAscii("Extenstion"))
+ if(!pBegin->Name.compareToAscii("Extension"))
pBegin->Value >>= aExt;
if(!pBegin->Name.compareToAscii("CharSet"))
pBegin->Value >>= m_nTextEncoding;