From 6d74413e5d2b03d84a2f8f748827234b2c22d62c Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Wed, 18 Nov 2020 23:08:50 +0100 Subject: tdf#124176 use pragma once instead of include guards in /core/include/svtools/ Change-Id: Ic8614f77dfde02f4c1fc4cceccd1de4ff5a05f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106006 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/svtools/stringtransfer.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/svtools/stringtransfer.hxx') diff --git a/include/svtools/stringtransfer.hxx b/include/svtools/stringtransfer.hxx index 90a6e28f7b5e..9e3fead4e84c 100644 --- a/include/svtools/stringtransfer.hxx +++ b/include/svtools/stringtransfer.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_STRINGTRANSFER_HXX -#define INCLUDED_SVTOOLS_STRINGTRANSFER_HXX +#pragma once #include #include @@ -65,6 +64,4 @@ namespace svt } // namespace svt -#endif // INCLUDED_SVTOOLS_STRINGTRANSFER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit