summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CacheSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/CacheSet.hxx')
-rw-r--r--dbaccess/source/core/api/CacheSet.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/CacheSet.hxx b/dbaccess/source/core/api/CacheSet.hxx
index b3ecc1a30879..5247f61085c9 100644
--- a/dbaccess/source/core/api/CacheSet.hxx
+++ b/dbaccess/source/core/api/CacheSet.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 DBACCESS_CORE_API_CACHESET_HXX
-#define DBACCESS_CORE_API_CACHESET_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
@@ -145,6 +145,6 @@ namespace dbaccess
virtual sal_Bool last_checked( sal_Bool i_bFetchRow);
};
}
-#endif //DBACCESS_CORE_API_CACHESET_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */