summaryrefslogtreecommitdiff
path: root/rsc/inc/rscpar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscpar.hxx')
-rw-r--r--rsc/inc/rscpar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx
index 78f64fc6b83a..0b9bc4cb0afc 100644
--- a/rsc/inc/rscpar.hxx
+++ b/rsc/inc/rscpar.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RSCPAR_HXX
-#define _RSCPAR_HXX
+#ifndef INCLUDED_RSC_INC_RSCPAR_HXX
+#define INCLUDED_RSC_INC_RSCPAR_HXX
#include <rsctools.hxx>
#include <rscerror.h>
@@ -77,6 +77,6 @@ public:
void IncludeParser( RscFileInst * pFileInst );
ERRTYPE parser( RscFileInst * pFileInst );
-#endif // _RSCPAR_HXX
+#endif // INCLUDED_RSC_INC_RSCPAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */