diff options
Diffstat (limited to 'scaddins/inc/analysis.hrc')
-rw-r--r-- | scaddins/inc/analysis.hrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scaddins/inc/analysis.hrc b/scaddins/inc/analysis.hrc index 99a22d52de90..0657898ac8b2 100644 --- a/scaddins/inc/analysis.hrc +++ b/scaddins/inc/analysis.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SCADDINS_INC_ANALYSIS_HRC -#define INCLUDED_SCADDINS_INC_ANALYSIS_HRC +#pragma once #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) @@ -1101,6 +1100,4 @@ const char* ANALYSIS_Fvschedule[] = NC_("ANALYSIS_Fvschedule", "The schedule") }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |