summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/ECatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/ECatalog.hxx')
-rw-r--r--connectivity/source/inc/flat/ECatalog.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/connectivity/source/inc/flat/ECatalog.hxx b/connectivity/source/inc/flat/ECatalog.hxx
index b28d110a35a9..d1252e464cfa 100644
--- a/connectivity/source/inc/flat/ECatalog.hxx
+++ b/connectivity/source/inc/flat/ECatalog.hxx
@@ -17,14 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX
+#pragma once
#include <file/FCatalog.hxx>
-namespace connectivity
-{
- namespace flat
+namespace connectivity::flat
{
class OFlatConnection;
class OFlatCatalog : public file::OFileCatalog
@@ -35,8 +32,7 @@ namespace connectivity
public:
OFlatCatalog(OFlatConnection* _pCon);
};
- }
+
}
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ECATALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */