summaryrefslogtreecommitdiffstats
path: root/include/toolkit/controls/unocontrolbase.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:15:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:29 +0200
commit4e0670b763c19bf369db56d03dc5add669c21ac5 (patch)
treef139219773b6e29d7dccb7df5b21d761d72b9a72 /include/toolkit/controls/unocontrolbase.hxx
parentfixincludeguards.sh: include/s* (diff)
downloadcore-4e0670b763c19bf369db56d03dc5add669c21ac5.tar.gz
core-4e0670b763c19bf369db56d03dc5add669c21ac5.zip
fixincludeguards.sh: include/{toolkit,tools}
Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b
Diffstat (limited to 'include/toolkit/controls/unocontrolbase.hxx')
-rw-r--r--include/toolkit/controls/unocontrolbase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/toolkit/controls/unocontrolbase.hxx b/include/toolkit/controls/unocontrolbase.hxx
index 9319040d59be..c097ffc26f1c 100644
--- a/include/toolkit/controls/unocontrolbase.hxx
+++ b/include/toolkit/controls/unocontrolbase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
-#define _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
+#ifndef INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLBASE_HXX
+#define INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLBASE_HXX
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/util/Date.hpp>
@@ -63,6 +63,6 @@ protected:
-#endif // _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
+#endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */