diff options
Diffstat (limited to 'dbaccess/source/core/api/BookmarkSet.hxx')
-rw-r--r-- | dbaccess/source/core/api/BookmarkSet.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/BookmarkSet.hxx b/dbaccess/source/core/api/BookmarkSet.hxx index 6567d50b75b6..9863a80ecb82 100644 --- a/dbaccess/source/core/api/BookmarkSet.hxx +++ b/dbaccess/source/core/api/BookmarkSet.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX -#define INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX +#pragma once #include "CacheSet.hxx" #include <com/sun/star/sdbcx/XRowLocate.hpp> @@ -54,6 +53,5 @@ namespace dbaccess virtual void deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable ) override; }; } -#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |