summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/FColumns.hxx')
-rw-r--r--connectivity/source/inc/file/FColumns.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/FColumns.hxx b/connectivity/source/inc/file/FColumns.hxx
index 1d73de5924e3..409b184b0883 100644
--- a/connectivity/source/inc/file/FColumns.hxx
+++ b/connectivity/source/inc/file/FColumns.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,12 +42,12 @@ namespace connectivity
class OOO_DLLPUBLIC_FILE OColumns : public sdbcx::OCollection
{
protected:
- OFileTable* m_pTable;
+ OFileTable* m_pTable;
virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
public:
- OColumns( OFileTable* _pTable,
+ OColumns( OFileTable* _pTable,
::osl::Mutex& _rMutex,
const TStringVector &_rVector
) : sdbcx::OCollection(*_pTable,_pTable->getConnection()->getMetaData()->storesMixedCaseQuotedIdentifiers(),_rMutex,_rVector)