summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/ResIDGenerator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/ResIDGenerator.hxx')
-rw-r--r--winaccessibility/inc/ResIDGenerator.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/winaccessibility/inc/ResIDGenerator.hxx b/winaccessibility/inc/ResIDGenerator.hxx
index abd9ec488c83..19e06c9b88ad 100644
--- a/winaccessibility/inc/ResIDGenerator.hxx
+++ b/winaccessibility/inc/ResIDGenerator.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
-#define INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
+#pragma once
#define PRIMARY_RESID 0x00000001
#include <deque>
@@ -41,6 +40,4 @@ public:
void SetSub(long number) { subList.push_back(number); };
};
-#endif // INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */