summaryrefslogtreecommitdiff
path: root/basctl/inc/strings.hxx
diff options
context:
space:
mode:
authorayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org>2019-12-22 01:30:32 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-01-27 10:38:34 +0100
commit33bc192286c0f499c0d420b0e6f4a5d8ffbb9bf7 (patch)
treec371cb7d82bcd57372a909e6b0b6e35c3c22d2fd /basctl/inc/strings.hxx
parent8762cc5f41e00e6f15e67b4f691e40751588ce17 (diff)
tdf#124176:Use pragma once instead of include guards
Change-Id: Ie00f05a3661a9fd6159c424e01f11e7bb1ea45fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85640 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'basctl/inc/strings.hxx')
-rw-r--r--basctl/inc/strings.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/inc/strings.hxx b/basctl/inc/strings.hxx
index fe12c7c0125b..fc04eae43dc1 100644
--- a/basctl/inc/strings.hxx
+++ b/basctl/inc/strings.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_BASCTL_INC_STRINGS_HRC
-#define INCLUDED_BASCTL_INC_STRINGS_HRC
+#pragma once
// Dialog Controls ---------------------------------------------------------------
@@ -38,6 +37,4 @@
#define RID_STR_CLASS_SPINCONTROL "SpinButton"
#define RID_STR_CLASS_HYPERLINKCONTROL "HyperlinkControl"
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */