summaryrefslogtreecommitdiff
path: root/editeng/inc/strings.hrc
diff options
context:
space:
mode:
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: */