summaryrefslogtreecommitdiff
path: root/rsc/inc/rscclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r--rsc/inc/rscclass.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index 6db763227d8a..7d2b09e35552 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.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 _RSCCLASS_HXX
-#define _RSCCLASS_HXX
+#ifndef INCLUDED_RSC_INC_RSCCLASS_HXX
+#define INCLUDED_RSC_INC_RSCCLASS_HXX
#include <rscall.h>
#include <rscerror.h>
@@ -115,6 +115,6 @@ public:
RscTypCont * pTC, sal_uInt32 nTab, const char * ) SAL_OVERRIDE;
};
-#endif //_RSCCLASS_HXX
+#endif // INCLUDED_RSC_INC_RSCCLASS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */