summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ATables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/ATables.hxx')
-rw-r--r--connectivity/source/inc/ado/ATables.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/source/inc/ado/ATables.hxx b/connectivity/source/inc/ado/ATables.hxx
index a65741862702..4fff5b97956e 100644
--- a/connectivity/source/inc/ado/ATables.hxx
+++ b/connectivity/source/inc/ado/ATables.hxx
@@ -16,17 +16,14 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX
+#pragma once
#include <connectivity/sdbcx/VCollection.hxx>
#include <ado/Awrapadox.hxx>
#include <ado/ACatalog.hxx>
-namespace connectivity
+namespace connectivity::ado
{
- namespace ado
- {
class OCatalog;
class OTables : public sdbcx::OCollection
{
@@ -50,8 +47,6 @@ namespace connectivity
}
void appendNew(const OUString& _rsNewTable);
};
- }
}
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */