summaryrefslogtreecommitdiff
path: root/vcl/inc/strings.hxx
diff options
context:
space:
mode:
authoranish.deshpande <anishmdeshpande@gmail.com>2024-02-22 14:56:47 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-02-26 06:45:07 +0100
commit3d8e32a195203e4b540274b9024ced2bc364afb0 (patch)
treecc23b7093a76f097d5ab3786ad0b63380e69ec0d /vcl/inc/strings.hxx
parent8f6b4125819644ba91b1386170df1baa9a9c197d (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.hxx5
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: */