summaryrefslogtreecommitdiff
path: root/cui/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'cui/inc/strings.hrc')
-rw-r--r--cui/inc/strings.hrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index 92f5b665c7ee..fb43379f1d8b 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_INC_STRINGS_HRC
-#define INCLUDED_CUI_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -400,6 +399,5 @@
#define RID_SVXSTR_ADDITIONS_SEARCHING NC_("RID_SVXSTR_ADDITIONS_SEARCHING", "Searching...")
#define RID_SVXSTR_ADDITIONS_LOADING NC_("RID_SVXSTR_ADDITIONS_LOADING", "Loading...")
#define RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX NC_("RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX", "Extensions")
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */