diff options
author | Venetia Furtado <venetiarosita@gmail.com> | 2023-06-15 21:38:06 -0600 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-06-16 17:38:03 +0200 |
commit | 8d52aac82344c0198a42ea104fb4fb9b157d8ea4 (patch) | |
tree | 459b5c9219dd66b10430ac0db5a796d7b45e4dc0 /sal/inc/uri_internal.hxx | |
parent | 97eaf03625d5a0b8d3340b5495143d08a9707275 (diff) |
tdf#143148: Use pragma once instead of include guards
Change-Id: I83c7405c61edd2c92ad624064326ba9c9e971313
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153164
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sal/inc/uri_internal.hxx')
-rw-r--r-- | sal/inc/uri_internal.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sal/inc/uri_internal.hxx b/sal/inc/uri_internal.hxx index 0ec0650cab63..071511e776ee 100644 --- a/sal/inc/uri_internal.hxx +++ b/sal/inc/uri_internal.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SAL_INC_URI_INTERNAL_HXX -#define INCLUDED_SAL_INC_URI_INTERNAL_HXX +#pragma once #include <sal/config.h> @@ -35,6 +34,4 @@ sal_uInt32 readUcs4(sal_Unicode const** pBegin, sal_Unicode const* pEnd, bool bE rtl_TextEncoding eCharset, EscapeType* pType); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |