summaryrefslogtreecommitdiff
path: root/include/svx/pagectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r--include/svx/pagectrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx
index 199c18d47bd7..cf40b0851655 100644
--- a/include/svx/pagectrl.hxx
+++ b/include/svx/pagectrl.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 _SVX_PAGECTRL_HXX
-#define _SVX_PAGECTRL_HXX
+#ifndef INCLUDED_SVX_PAGECTRL_HXX
+#define INCLUDED_SVX_PAGECTRL_HXX
#include <vcl/window.hxx>
#include "svx/svxdllapi.h"
@@ -157,7 +157,7 @@ public:
virtual Size GetOptimalSize() const;
};
-#endif // #ifndef _SVX_PAGECTRL_HXX
+#endif // INCLUDED_SVX_PAGECTRL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */