summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-30 09:08:32 +0200
committerNoel Grandin <noel@peralex.com>2014-05-30 13:05:55 +0200
commitb88ab175513533617e324f51e9d0102c1ed9bbba (patch)
tree794cab5bff68ed92f73bf5b7fa6efc03992e601e /include/toolkit
parent43a568630fd8cd2ed05584a689624e608160595e (diff)
header guard naming consistency
Change-Id: Iebbf5c586f5d2961be98b12638def3adbadef136
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/controls/eventcontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/toolkit/controls/eventcontainer.hxx b/include/toolkit/controls/eventcontainer.hxx
index 610a43dbd302..2744c1d413ce 100644
--- a/include/toolkit/controls/eventcontainer.hxx
+++ b/include/toolkit/controls/eventcontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_INCLUDE_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
-#define INCLUDED_INCLUDE_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
+#ifndef INCLUDED_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
+#define INCLUDED_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
#include <osl/diagnose.h>
#include <com/sun/star/container/XNameContainer.hpp>
@@ -130,6 +130,6 @@ public:
} // namespace toolkit_namecontainer
-#endif // INCLUDED_INCLUDE_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
+#endif // INCLUDED_TOOLKIT_CONTROLS_EVENTCONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */