summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FDriver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/FDriver.hxx')
-rw-r--r--connectivity/source/inc/file/FDriver.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/FDriver.hxx b/connectivity/source/inc/file/FDriver.hxx
index 337f8488bbd0..4cf15e8d864a 100644
--- a/connectivity/source/inc/file/FDriver.hxx
+++ b/connectivity/source/inc/file/FDriver.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
@@ -40,16 +40,16 @@ namespace connectivity
{
namespace file
{
- typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XDriver,
+ typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XDriver,
::com::sun::star::lang::XServiceInfo,
::com::sun::star::sdbcx::XDataDefinitionSupplier> ODriver_BASE;
class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OFileDriver : public ODriver_BASE
{
protected:
- ::osl::Mutex m_aMutex;
+ ::osl::Mutex m_aMutex;
- connectivity::OWeakRefArray m_xConnections; // vector containing a list
+ connectivity::OWeakRefArray m_xConnections; // vector containing a list
// of all the Connection objects
// for this Driver
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;