summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/mysql')
-rw-r--r--connectivity/source/inc/mysql/YCatalog.hxx6
-rw-r--r--connectivity/source/inc/mysql/YColumns.hxx6
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx6
-rw-r--r--connectivity/source/inc/mysql/YTables.hxx6
-rw-r--r--connectivity/source/inc/mysql/YUser.hxx6
-rw-r--r--connectivity/source/inc/mysql/YViews.hxx6
6 files changed, 12 insertions, 24 deletions
diff --git a/connectivity/source/inc/mysql/YCatalog.hxx b/connectivity/source/inc/mysql/YCatalog.hxx
index 35dd2a3cdad4..df23bb3f07b6 100644
--- a/connectivity/source/inc/mysql/YCatalog.hxx
+++ b/connectivity/source/inc/mysql/YCatalog.hxx
@@ -21,9 +21,7 @@
#include <sdbcx/VCatalog.hxx>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
// please don't name the class the same name as in another namespaces
// some compilers have problems with this task as I noticed on windows
@@ -57,7 +55,7 @@ namespace connectivity
// ::cppu::OComponentHelper
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX
diff --git a/connectivity/source/inc/mysql/YColumns.hxx b/connectivity/source/inc/mysql/YColumns.hxx
index 9e2d49535149..00a68f1c3134 100644
--- a/connectivity/source/inc/mysql/YColumns.hxx
+++ b/connectivity/source/inc/mysql/YColumns.hxx
@@ -21,9 +21,7 @@
#include <connectivity/TColumnsHelper.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
class OMySQLColumns : public OColumnsHelper
{
@@ -53,7 +51,7 @@ namespace connectivity
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx
index 00739de5ccf5..a971a9f9c8f1 100644
--- a/connectivity/source/inc/mysql/YTable.hxx
+++ b/connectivity/source/inc/mysql/YTable.hxx
@@ -23,9 +23,7 @@
#include <connectivity/TTableHelper.hxx>
#include <comphelper/IdPropArrayHelper.hxx>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
class OMySQLTable;
@@ -108,7 +106,7 @@ namespace connectivity
virtual OUString getTypeCreatePattern() const override;
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX
diff --git a/connectivity/source/inc/mysql/YTables.hxx b/connectivity/source/inc/mysql/YTables.hxx
index 5c960f5f0a62..5754c0085bad 100644
--- a/connectivity/source/inc/mysql/YTables.hxx
+++ b/connectivity/source/inc/mysql/YTables.hxx
@@ -22,9 +22,7 @@
#include <connectivity/sdbcx/VCollection.hxx>
#include <SQLStatementHelper.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
class OTables final : public sdbcx::OCollection,
public ::dbtools::ISQLStatementHelper
@@ -59,7 +57,7 @@ namespace connectivity
// ISQLStatementHelper
virtual void addComment(const css::uno::Reference< css::beans::XPropertySet >& descriptor,OUStringBuffer& _rOut) override;
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX
diff --git a/connectivity/source/inc/mysql/YUser.hxx b/connectivity/source/inc/mysql/YUser.hxx
index 3377d13fca86..bf4bce0dfc04 100644
--- a/connectivity/source/inc/mysql/YUser.hxx
+++ b/connectivity/source/inc/mysql/YUser.hxx
@@ -23,9 +23,7 @@
#include <sdbcx/VUser.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
typedef connectivity::sdbcx::OUser OUser_TYPEDEF;
@@ -70,7 +68,7 @@ namespace connectivity
virtual void construct() override;
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX
diff --git a/connectivity/source/inc/mysql/YViews.hxx b/connectivity/source/inc/mysql/YViews.hxx
index 05c47edcbc1b..d12744662322 100644
--- a/connectivity/source/inc/mysql/YViews.hxx
+++ b/connectivity/source/inc/mysql/YViews.hxx
@@ -21,9 +21,7 @@
#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-namespace connectivity
-{
- namespace mysql
+namespace connectivity::mysql
{
class OViews final : public sdbcx::OCollection
{
@@ -48,7 +46,7 @@ namespace connectivity
void dropByNameImpl(const OUString& elementName);
};
- }
+
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX