diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 08:28:23 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 10:54:09 +0100 |
commit | 1c0c2bb7920f5da7562a053019514d1e4cbdf1f6 (patch) | |
tree | d4dd124d4dbc0b12703b12d4eb945d11c063c297 /unotools/source/ucbhelper/ucblockbytes.hxx | |
parent | 039e90ec011157c9e851221a53ec62d33acb71d1 (diff) |
tdf#124176 Use pragma once in u*
ucb, uno*, uui
Change-Id: Ic4b6d541eb0df8bf7bceddf178ebb5177ad2b87b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112046
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.hxx')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx index df1e237e9415..6345ead51ba7 100644 --- a/unotools/source/ucbhelper/ucblockbytes.hxx +++ b/unotools/source/ucbhelper/ucblockbytes.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_UNOTOOLS_UCBLOCKBYTES_HXX -#define INCLUDED_UNOTOOLS_UCBLOCKBYTES_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> @@ -137,6 +136,4 @@ public: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |