summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/BlobHelper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index 8a99eb30b948..95b5892dc006 100644
--- a/include/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.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_CONNECTIVITY_BLOBHELPER_HXX
-#define INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
+#pragma once
#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/sdbc/XBlob.hpp>
@@ -39,6 +38,4 @@ namespace connectivity
};
}
-#endif // INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */