summaryrefslogtreecommitdiff
path: root/fpicker/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/inc/strings.hrc')
-rw-r--r--fpicker/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/inc/strings.hrc b/fpicker/inc/strings.hrc
index b175069c05da..6037da706828 100644
--- a/fpicker/inc/strings.hrc
+++ b/fpicker/inc/strings.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_STRINGS_HRC
-#define INCLUDED_VCL_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -34,6 +33,4 @@
#define STR_SVT_NEW_FOLDER NC_("STR_SVT_NEW_FOLDER", "Folder")
#define STR_SVT_NOREMOVABLEDEVICE NC_("STR_SVT_NOREMOVABLEDEVICE", "No removable storage device detected.\nMake sure it is plugged in properly and try again.")
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */