summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/tablecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/tablecontainer.hxx')
-rw-r--r--dbaccess/source/core/inc/tablecontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/tablecontainer.hxx b/dbaccess/source/core/inc/tablecontainer.hxx
index ffba84a0bb72..32fa409237b1 100644
--- a/dbaccess/source/core/inc/tablecontainer.hxx
+++ b/dbaccess/source/core/inc/tablecontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBA_CORE_TABLECONTAINER_HXX_
-#define _DBA_CORE_TABLECONTAINER_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
#include <cppuhelper/implbase1.hxx>
#include <comphelper/stl_types.hxx>
@@ -99,6 +99,6 @@ namespace dbaccess
virtual ~OTableContainer();
};
}
-#endif // _DBA_CORE_TABLECONTAINER_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */