summaryrefslogtreecommitdiff
path: root/include/connectivity/BlobHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/BlobHelper.hxx')
-rw-r--r--include/connectivity/BlobHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index 6788a17b10df..3306851af114 100644
--- a/include/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.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 _CONNECTIVITY_BLOBHELPER_HXX_
-#define _CONNECTIVITY_BLOBHELPER_HXX_
+#ifndef INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
+#define INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
#include "connectivity/dbtoolsdllapi.hxx"
#include <com/sun/star/sdbc/XBlob.hpp>
@@ -39,6 +39,6 @@ namespace connectivity
};
}
-#endif //_CONNECTIVITY_BLOBHELPER_HXX_
+#endif // INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */