summaryrefslogtreecommitdiff
path: root/rsc/inc/rscdef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscdef.hxx')
-rw-r--r--rsc/inc/rscdef.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx
index c38f3d9682a2..069701298421 100644
--- a/rsc/inc/rscdef.hxx
+++ b/rsc/inc/rscdef.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 _RSCDEF_HXX
-#define _RSCDEF_HXX
+#ifndef INCLUDED_RSC_INC_RSCDEF_HXX
+#define INCLUDED_RSC_INC_RSCDEF_HXX
#include <tools/unqidx.hxx>
#include <rsctree.hxx>
@@ -267,6 +267,6 @@ public:
RscFile * GetFile( sal_uLong lFileKey ){ return Get( lFileKey ); }
};
-#endif // _RSCDEF_HXX
+#endif // INCLUDED_RSC_INC_RSCDEF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */