summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AIndex.hxx')
-rw-r--r--connectivity/source/inc/ado/AIndex.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx
index 98c3a77d1ceb..d6e7c65a0215 100644
--- a/connectivity/source/inc/ado/AIndex.hxx
+++ b/connectivity/source/inc/ado/AIndex.hxx
@@ -25,22 +25,22 @@
namespace connectivity::ado
{
- class OConnection;
- class OAdoIndex : public sdbcx::OIndex
- {
- WpADOIndex m_aIndex;
- OConnection* m_pConnection;
- protected:
- void fillPropertyValues();
- virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const css::uno::Any& rValue) override;
- public:
- virtual void refreshColumns() override;
- public:
- OAdoIndex(bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
- OAdoIndex(bool _bCase, OConnection* _pConnection);
+ class OConnection;
+ class OAdoIndex : public sdbcx::OIndex
+ {
+ WpADOIndex m_aIndex;
+ OConnection* m_pConnection;
+ protected:
+ void fillPropertyValues();
+ virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const css::uno::Any& rValue) override;
+ public:
+ virtual void refreshColumns() override;
+ public:
+ OAdoIndex(bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
+ OAdoIndex(bool _bCase, OConnection* _pConnection);
- WpADOIndex getImpl() const { return m_aIndex;}
- };
+ WpADOIndex getImpl() const { return m_aIndex;}
+ };
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */