summaryrefslogtreecommitdiff
path: root/include/svtools/svtresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svtresid.hxx')
-rw-r--r--include/svtools/svtresid.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/svtresid.hxx b/include/svtools/svtresid.hxx
index 0340a1bd7c5d..7a5cf391a13d 100644
--- a/include/svtools/svtresid.hxx
+++ b/include/svtools/svtresid.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVTOOLS_SVTRESID_HXX
-#define _SVTOOLS_SVTRESID_HXX
+#ifndef INCLUDED_SVTOOLS_SVTRESID_HXX
+#define INCLUDED_SVTOOLS_SVTRESID_HXX
#include "svtools/svtdllapi.h"
#include <tools/resid.hxx>
@@ -33,6 +33,6 @@ public:
#define SVT_RESSTR(i) SvtResId(i).toString()
-#endif // _SVTOOLS_SVTRESID_HXX
+#endif // INCLUDED_SVTOOLS_SVTRESID_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */