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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/CacheSet.hxx b/dbaccess/source/core/api/CacheSet.hxx
index 522d77fafc01..1006b9662f01 100644
--- a/dbaccess/source/core/api/CacheSet.hxx
+++ b/dbaccess/source/core/api/CacheSet.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
-#define INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
+#pragma once
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
@@ -169,6 +168,5 @@ namespace dbaccess
virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
};
}
-#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */