diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Indexes.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Indexes.hxx | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/connectivity/source/drivers/firebird/Indexes.hxx b/connectivity/source/drivers/firebird/Indexes.hxx index 12d7dd198028..58991e23a788 100644 --- a/connectivity/source/drivers/firebird/Indexes.hxx +++ b/connectivity/source/drivers/firebird/Indexes.hxx @@ -14,25 +14,25 @@ #include <connectivity/TIndexes.hxx> namespace connectivity::firebird - { +{ - /** - * Firebird has a non-standard DROP INDEX statement, hence we need - * to override OIndexesHelper::dropObject - */ - class Indexes: public ::connectivity::OIndexesHelper - { - private: - Table* m_pTable; - protected: - // XDrop - virtual void dropObject(sal_Int32 nPosition, - const OUString& sIndexName) override; - public: - Indexes(Table* pTable, - ::osl::Mutex& rMutex, - const std::vector< OUString>& rVector); - }; + /** + * Firebird has a non-standard DROP INDEX statement, hence we need + * to override OIndexesHelper::dropObject + */ + class Indexes: public ::connectivity::OIndexesHelper + { + private: + Table* m_pTable; + protected: + // XDrop + virtual void dropObject(sal_Int32 nPosition, + const OUString& sIndexName) override; + public: + Indexes(Table* pTable, + ::osl::Mutex& rMutex, + const std::vector< OUString>& rVector); + }; } // namespace connectivity::firebird |