summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/BookmarkSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/BookmarkSet.hxx')
-rw-r--r--dbaccess/source/core/api/BookmarkSet.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/BookmarkSet.hxx b/dbaccess/source/core/api/BookmarkSet.hxx
index 2fae48bf178b..c02ced39a820 100644
--- a/dbaccess/source/core/api/BookmarkSet.hxx
+++ b/dbaccess/source/core/api/BookmarkSet.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBACCESS_CORE_API_BOOKMARKSET_HXX
-#define DBACCESS_CORE_API_BOOKMARKSET_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
#include "CacheSet.hxx"
#include <com/sun/star/sdbc/XRowUpdate.hpp>
@@ -59,6 +59,6 @@ namespace dbaccess
virtual void SAL_CALL moveToCurrentRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
};
}
-#endif // DBACCESS_CORE_API_BOOKMARKSET_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */