summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MDriver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MDriver.hxx')
-rw-r--r--connectivity/source/drivers/mork/MDriver.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx
index 3d644bbbc805..6f6946af6f5b 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -19,14 +19,14 @@
#define MORK_DRIVER_IMPL_NAME "com.sun.star.comp.sdbc.MorkDriver"
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace uno {
class XComponentContext;
class XInterface;
}
-} } }
+}
-namespace connectivity { namespace mork {
+namespace connectivity::mork {
class ProfileAccess;
class MorkDriver:
@@ -72,7 +72,7 @@ private:
OUString m_sProfilePath;
};
-} }
+}
#endif