summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/adabas/BIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/adabas/BIndex.hxx')
-rw-r--r--connectivity/source/inc/adabas/BIndex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/adabas/BIndex.hxx b/connectivity/source/inc/adabas/BIndex.hxx
index d089d0bd8d89..74e52681f16a 100644
--- a/connectivity/source/inc/adabas/BIndex.hxx
+++ b/connectivity/source/inc/adabas/BIndex.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
@@ -39,12 +39,12 @@ namespace connectivity
class OAdabasTable;
class OAdabasIndex : public sdbcx::OIndex
{
- OAdabasTable* m_pTable;
+ OAdabasTable* m_pTable;
public:
virtual void refreshColumns();
public:
OAdabasIndex(OAdabasTable* _pTable);
- OAdabasIndex( OAdabasTable* _pTable,
+ OAdabasIndex( OAdabasTable* _pTable,
const ::rtl::OUString& _Name,
const ::rtl::OUString& _Catalog,
sal_Bool _isUnique,