summaryrefslogtreecommitdiff
path: root/sc/inc/pvfundlg.hrc
diff options
context:
space:
mode:
authorVincent LE GARREC <libreoffice@le-garrec.fr>2021-03-06 09:49:30 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-23 13:39:56 +0100
commit24552a0b5be620b5e58b10842cba78e36fa26b04 (patch)
treedf793dbd1f18169a93be145ae5ded9cca2f6cc67 /sc/inc/pvfundlg.hrc
parent59b0dd6e94c876dd322503f326fedf5fa350d25e (diff)
tdf#124176 Use pragma once in s*
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sc/inc/pvfundlg.hrc')
-rw-r--r--sc/inc/pvfundlg.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/pvfundlg.hrc b/sc/inc/pvfundlg.hrc
index e4aa89264892..9c890035a68c 100644
--- a/sc/inc/pvfundlg.hrc
+++ b/sc/inc/pvfundlg.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_PVFUNDLG_HRC
-#define INCLUDED_SC_INC_PVFUNDLG_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -38,6 +37,4 @@ const char* SCSTR_DPFUNCLISTBOX[] =
NC_("SCSTR_DPFUNCLISTBOX", "VarP (Population)")
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */