diff options
Diffstat (limited to 'sc/inc/scerrors.hrc')
-rw-r--r-- | sc/inc/scerrors.hrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/scerrors.hrc b/sc/inc/scerrors.hrc index e585b1147cc2..82f23585ff70 100644 --- a/sc/inc/scerrors.hrc +++ b/sc/inc/scerrors.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_SCERRORS_HRC -#define INCLUDED_SC_INC_SCERRORS_HRC +#pragma once #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) @@ -107,6 +106,4 @@ const ErrMsgCode RID_ERRHDLSC[] = { nullptr, ERRCODE_NONE } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |