summaryrefslogtreecommitdiff
path: root/avmedia/inc/strings.hrc
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:01:03 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 08:52:02 +0200
commit269497fff04bb5bbe982a7bcd48ea06d1507fc6b (patch)
tree432c48b673e5f0b0db2f8c711032c04097a8a025 /avmedia/inc/strings.hrc
parent487df0c8f307500029b06c89985a1148ebc784b5 (diff)
tdf#124176 Use #pragma once in avmedia
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: Iec8964e460e26778bbe9fe33e6130d7f179fae51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100142 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'avmedia/inc/strings.hrc')
-rw-r--r--avmedia/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/inc/strings.hrc b/avmedia/inc/strings.hrc
index 2b1b23412ff1..26e6b8fbd478 100644
--- a/avmedia/inc/strings.hrc
+++ b/avmedia/inc/strings.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_AVMEDIA_INC_STRINGS_HRC
-#define INCLUDED_AVMEDIA_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -45,6 +44,4 @@
#define AVMEDIA_STR_ERR_URL NC_("AVMEDIA_STR_ERR_URL", "The format of the selected file is not supported.")
#define AVMEDIA_STR_ZOOM_TOOLTIP NC_("AVMEDIA_STR_ZOOM_TOOLTIP", "View")
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */