summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NTable.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NTable.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/connectivity/source/drivers/evoab2/NTable.hxx b/connectivity/source/drivers/evoab2/NTable.hxx
index 0aa30815b9b5..d28f55404799 100644
--- a/connectivity/source/drivers/evoab2/NTable.hxx
+++ b/connectivity/source/drivers/evoab2/NTable.hxx
@@ -24,29 +24,29 @@
namespace connectivity::evoab
{
- typedef connectivity::sdbcx::OTable OEvoabTable_TYPEDEF;
+ typedef connectivity::sdbcx::OTable OEvoabTable_TYPEDEF;
- class OEvoabTable : public OEvoabTable_TYPEDEF
- {
- OEvoabConnection* m_pConnection;
+ class OEvoabTable : public OEvoabTable_TYPEDEF
+ {
+ OEvoabConnection* m_pConnection;
- public:
- OEvoabTable( sdbcx::OCollection* _pTables,
- OEvoabConnection* _pConnection,
- const OUString& Name,
- const OUString& Type,
- const OUString& Description,
- const OUString& SchemaName,
- const OUString& CatalogName
- );
+ public:
+ OEvoabTable( sdbcx::OCollection* _pTables,
+ OEvoabConnection* _pConnection,
+ const OUString& Name,
+ const OUString& Type,
+ const OUString& Description,
+ const OUString& SchemaName,
+ const OUString& CatalogName
+ );
- OEvoabConnection* getConnection() { return m_pConnection;}
+ OEvoabConnection* getConnection() { return m_pConnection;}
- virtual void refreshColumns() override;
+ virtual void refreshColumns() override;
- OUString const & getTableName() const { return m_Name; }
- OUString const & getSchema() const { return m_SchemaName; }
- };
+ OUString const & getTableName() const { return m_Name; }
+ OUString const & getSchema() const { return m_SchemaName; }
+ };
}