summaryrefslogtreecommitdiff
path: root/include/svx/svdglob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdglob.hxx')
-rw-r--r--include/svx/svdglob.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdglob.hxx b/include/svx/svdglob.hxx
index a028e9f5b65d..3a5e555f3e85 100644
--- a/include/svx/svdglob.hxx
+++ b/include/svx/svdglob.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDGLOB_HXX
-#define _SVDGLOB_HXX
+#ifndef INCLUDED_SVX_SVDGLOB_HXX
+#define INCLUDED_SVX_SVDGLOB_HXX
#include <rtl/ustring.hxx>
#include <sal/config.h>
@@ -42,6 +42,6 @@ SVX_DLLPUBLIC OUString ImpGetResStr(sal_uInt16 nResID);
////////////////////////////////////////////////////////////////////////////////////////////////////
-#endif //_SVDGLOB_HXX
+#endif // INCLUDED_SVX_SVDGLOB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */