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/YDriver.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/YUsers.hxx6
-rw-r--r--connectivity/source/inc/mysql/YViews.hxx6
8 files changed, 24 insertions, 24 deletions
diff --git a/connectivity/source/inc/mysql/YCatalog.hxx b/connectivity/source/inc/mysql/YCatalog.hxx
index d4b11aa33645..b817af744b23 100644
--- a/connectivity/source/inc/mysql/YCatalog.hxx
+++ b/connectivity/source/inc/mysql/YCatalog.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_MYSQL_CATALOG_HXX
-#define CONNECTIVITY_MYSQL_CATALOG_HXX
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX
#include "connectivity/sdbcx/VCatalog.hxx"
#include "connectivity/StdTypeDefs.hxx"
@@ -60,6 +60,6 @@ namespace connectivity
};
}
}
-#endif // CONNECTIVITY_MYSQL_CATALOG_HXX
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCATALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YColumns.hxx b/connectivity/source/inc/mysql/YColumns.hxx
index 7810fadf891c..dc65c10648f0 100644
--- a/connectivity/source/inc/mysql/YColumns.hxx
+++ b/connectivity/source/inc/mysql/YColumns.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_MYSQL_COLUMN_HXX
-#define CONNECTIVITY_MYSQL_COLUMN_HXX
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX
#include "connectivity/TColumnsHelper.hxx"
#include "connectivity/sdbcx/VColumn.hxx"
@@ -58,6 +58,6 @@ namespace connectivity
};
}
}
-#endif // CONNECTIVITY_MYSQL_COLUMN_HXX
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YCOLUMNS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx
index e0f7da0f1f1c..25f3eda10d24 100644
--- a/connectivity/source/inc/mysql/YDriver.hxx
+++ b/connectivity/source/inc/mysql/YDriver.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_MYSQL_DRIVER_HXX
-#define CONNECTIVITY_MYSQL_DRIVER_HXX
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX
#include <sal/config.h>
@@ -110,6 +110,6 @@ namespace connectivity
} // namespace connectivity
-#endif // CONNECTIVITY_MYSQL_DRIVER_HXX
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YDRIVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx
index ba53a8bdb709..9356a789aee8 100644
--- a/connectivity/source/inc/mysql/YTable.hxx
+++ b/connectivity/source/inc/mysql/YTable.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_MYSQL_TABLE_HXX
-#define CONNECTIVITY_MYSQL_TABLE_HXX
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX
#include "connectivity/TTableHelper.hxx"
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
@@ -116,6 +116,6 @@ namespace connectivity
};
}
}
-#endif // CONNECTIVITY_MYSQL_TABLE_HXX
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YTables.hxx b/connectivity/source/inc/mysql/YTables.hxx
index 441c31e3a7f0..9a9f8aa643b5 100644
--- a/connectivity/source/inc/mysql/YTables.hxx
+++ b/connectivity/source/inc/mysql/YTables.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_MYSQL_TABLES_HXX
-#define CONNECTIVITY_MYSQL_TABLES_HXX
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX
#include "connectivity/sdbcx/VCollection.hxx"
#include "connectivity/SQLStatementHelper.hxx"
@@ -76,6 +76,6 @@ namespace connectivity
};
}
}
-#endif // CONNECTIVITY_MYSQL_TABLES_HXX
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YTABLES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YUser.hxx b/connectivity/source/inc/mysql/YUser.hxx
index 5ff2374608a3..30390a0359f0 100644
--- a/connectivity/source/inc/mysql/YUser.hxx
+++ b/connectivity/source/inc/mysql/YUser.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONNECTIVITY_MYSQL_USER_HXX_
-#define _CONNECTIVITY_MYSQL_USER_HXX_
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX
#include "connectivity/sdbcx/VUser.hxx"
#include "com/sun/star/sdbc/XConnection.hpp"
@@ -70,6 +70,6 @@ namespace connectivity
};
}
}
-#endif // _CONNECTIVITY_MYSQL_USER_HXX_
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YUsers.hxx b/connectivity/source/inc/mysql/YUsers.hxx
index fa655ffa962f..9a327e2e6968 100644
--- a/connectivity/source/inc/mysql/YUsers.hxx
+++ b/connectivity/source/inc/mysql/YUsers.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONNECTIVITY_MYSQL_USERS_HXX_
-#define _CONNECTIVITY_MYSQL_USERS_HXX_
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX
#include "connectivity/sdbcx/VCollection.hxx"
#include "com/sun/star/sdbc/XConnection.hpp"
@@ -50,6 +50,6 @@ namespace connectivity
}
}
-#endif // _CONNECTIVITY_MYSQL_USERS_HXX_
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSERS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/mysql/YViews.hxx b/connectivity/source/inc/mysql/YViews.hxx
index 34e050c9f6a8..c1b1b8e8638d 100644
--- a/connectivity/source/inc/mysql/YViews.hxx
+++ b/connectivity/source/inc/mysql/YViews.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONNECTIVITY_MYSQL_VIEWS_HXX_
-#define _CONNECTIVITY_MYSQL_VIEWS_HXX_
+#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX
+#define INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX
#include "connectivity/sdbcx/VCollection.hxx"
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
@@ -52,6 +52,6 @@ namespace connectivity
};
}
}
-#endif // _CONNECTIVITY_MYSQL_VIEWS_HXX_
+#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YVIEWS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */