diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-20 16:24:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-20 16:24:04 +0200 |
commit | e670e30d546b78bb9642fe2733095f99b3a962a5 (patch) | |
tree | acb844a15748d788e30dd87bec4e09bc49012eed /include | |
parent | bc5a0560f23c494a77699c671e8368feef1641ae (diff) |
-Werror,-Wheader-guard
Change-Id: I92b868b0d579caf0378d7193502918dd4c8f9497
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/evtmethodhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/evtmethodhelper.hxx b/include/comphelper/evtmethodhelper.hxx index 7ecf08a0fc57..787a3c4d0002 100644 --- a/include/comphelper/evtmethodhelper.hxx +++ b/include/comphelper/evtmethodhelper.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 COMPHELPER_EVENTMEHODHELPER_HXX -#define COMPHELPER_EVENMETHODHELPER_HXX +#ifndef COMPHELPER_EVENTMETHODHELPER_HXX +#define COMPHELPER_EVENTMETHODHELPER_HXX #include <comphelper/sequence.hxx> //........................................................................ namespace comphelper |