summaryrefslogtreecommitdiff
path: root/editeng/inc/strings.hrc
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 12:15:12 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 17:52:06 +0200
commit66253cace2db6026ec636a4a8b6062f125957da7 (patch)
tree37b35822de8adf2a3c6ac63667a702f34e24e889 /editeng/inc/strings.hrc
parent3dbc14db0aad072844b30e873c2d53978ea8e1c3 (diff)
tdf#124176 Use #pragma once in editeng
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ib435cc551e1fa301bf4ee3e796241e6b9219dc87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102576 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng/inc/strings.hrc')
-rw-r--r--editeng/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/editeng/inc/strings.hrc b/editeng/inc/strings.hrc
index 7ed30a3ef599..813fa1f92591 100644
--- a/editeng/inc/strings.hrc
+++ b/editeng/inc/strings.hrc
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_EDITENG_INC_UNITS_HRC
-#define INCLUDED_EDITENG_INC_UNITS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -40,6 +39,4 @@ const char* RID_SVXITEMS_JUSTMETHOD[] =
NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed Justify")
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */