diff options
author | anish.deshpande <anishmdeshpande@gmail.com> | 2024-02-22 14:56:47 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-02-26 06:45:07 +0100 |
commit | 3d8e32a195203e4b540274b9024ced2bc364afb0 (patch) | |
tree | cc23b7093a76f097d5ab3786ad0b63380e69ec0d /vcl/inc/strings.hxx | |
parent | 8f6b4125819644ba91b1386170df1baa9a9c197d (diff) |
tdf#143148 Use pragma once instead of include guards in vcl and xmloff
Change-Id: I317da0a6f626e8ddb3f090099347b130e99ff2a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163856
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl/inc/strings.hxx')
-rw-r--r-- | vcl/inc/strings.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/strings.hxx b/vcl/inc/strings.hxx index 45e9b2af4310..b4cf785ffc49 100644 --- a/vcl/inc/strings.hxx +++ b/vcl/inc/strings.hxx @@ -7,11 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_VCL_INC_STRINGS_HXX -#define INCLUDED_VCL_INC_STRINGS_HXX +#pragma once #define SV_APP_VCLBACKEND "VCL: " -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |