diff options
Diffstat (limited to 'xmlsecurity/inc/bitmaps.hlst')
-rw-r--r-- | xmlsecurity/inc/bitmaps.hlst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/bitmaps.hlst b/xmlsecurity/inc/bitmaps.hlst index 52a9df754e48..add5c78f59ef 100644 --- a/xmlsecurity/inc/bitmaps.hlst +++ b/xmlsecurity/inc/bitmaps.hlst @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_XMLSECURITY_INC_BITMAPS_HRC -#define INCLUDED_XMLSECURITY_INC_BITMAPS_HRC +#pragma once #define BMP_STATE_NOT_VALIDATED "xmlecurity/res/notcertificate_40x56.png" @@ -19,6 +18,4 @@ #define BMP_SIG_INVALID "svx/res/caution_11x16.png" #define BMP_SIG_NOT_VALIDATED "xmlsecurity/res/notcertificate_16.png" -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |