summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetCacheIterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/RowSetCacheIterator.hxx')
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.hxx b/dbaccess/source/core/api/RowSetCacheIterator.hxx
index 48b1fcc4dbe7..11d0d8f203ab 100644
--- a/dbaccess/source/core/api/RowSetCacheIterator.hxx
+++ b/dbaccess/source/core/api/RowSetCacheIterator.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_ROWSETCACHEITERATOR_HXX
-#define DBACCESS_ROWSETCACHEITERATOR_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
#include "RowSetRow.hxx"
#include <comphelper/stl_types.hxx>
@@ -75,6 +75,6 @@ namespace dbaccess
ORowSetCacheMap::iterator getIter() const { return m_aIter; }
};
}
-#endif // DBACCESS_ROWSETCACHEITERATOR_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */