summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/TIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/TIndex.hxx')
-rw-r--r--connectivity/inc/connectivity/TIndex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/inc/connectivity/TIndex.hxx b/connectivity/inc/connectivity/TIndex.hxx
index 518bc699ef53..4ce05eab83bc 100644
--- a/connectivity/inc/connectivity/TIndex.hxx
+++ b/connectivity/inc/connectivity/TIndex.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
@@ -38,12 +38,12 @@ namespace connectivity
class OTableHelper;
class OOO_DLLPUBLIC_DBTOOLS OIndexHelper : public connectivity::sdbcx::OIndex
{
- OTableHelper* m_pTable;
+ OTableHelper* m_pTable;
public:
virtual void refreshColumns();
public:
- OIndexHelper( OTableHelper* _pTable);
- OIndexHelper( OTableHelper* _pTable,
+ OIndexHelper( OTableHelper* _pTable);
+ OIndexHelper( OTableHelper* _pTable,
const ::rtl::OUString& _Name,
const ::rtl::OUString& _Catalog,
sal_Bool _isUnique,