summaryrefslogtreecommitdiff
path: root/UnoControls/inc/basecontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/basecontrol.hxx')
-rw-r--r--UnoControls/inc/basecontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx
index c46f30f9adf4..ad11518def9e 100644
--- a/UnoControls/inc/basecontrol.hxx
+++ b/UnoControls/inc/basecontrol.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOCONTROLS_BASECONTROL_CTRL_HXX
-#define _UNOCONTROLS_BASECONTROL_CTRL_HXX
+#ifndef INCLUDED_UNOCONTROLS_INC_BASECONTROL_HXX
+#define INCLUDED_UNOCONTROLS_INC_BASECONTROL_HXX
#include <com/sun/star/awt/XKeyListener.hpp>
#include <com/sun/star/awt/XPaintListener.hpp>
@@ -600,6 +600,6 @@ private:
} // namespace unocontrols
-#endif // ifndef _UNOCONTROLS_BASECONTROL_CTRL_HXX
+#endif // INCLUDED_UNOCONTROLS_INC_BASECONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */