summaryrefslogtreecommitdiff
path: root/include/connectivity/TTableHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/TTableHelper.hxx')
-rw-r--r--include/connectivity/TTableHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/TTableHelper.hxx b/include/connectivity/TTableHelper.hxx
index aeb58cb4dd0c..e2660d8ae864 100644
--- a/include/connectivity/TTableHelper.hxx
+++ b/include/connectivity/TTableHelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONNECTIVITY_TABLEHELPER_HXX
-#define CONNECTIVITY_TABLEHELPER_HXX
+#ifndef INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX
+#define INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX
#include "connectivity/dbtoolsdllapi.hxx"
#include "connectivity/sdbcx/VTable.hxx"
@@ -161,6 +161,6 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::sdb::tools::XIndexAlteration> getIndexService() const;
};
}
-#endif // CONNECTIVITY_TABLEHELPER_HXX
+#endif // INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */