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