diff options
Diffstat (limited to 'include/comphelper/broadcasthelper.hxx')
-rw-r--r-- | include/comphelper/broadcasthelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/broadcasthelper.hxx b/include/comphelper/broadcasthelper.hxx index d8cf69eeb17b..82559260f599 100644 --- a/include/comphelper/broadcasthelper.hxx +++ b/include/comphelper/broadcasthelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _COMPHELPER_BROADCASTHELPER_HXX_ -#define _COMPHELPER_BROADCASTHELPER_HXX_ +#ifndef INCLUDED_COMPHELPER_BROADCASTHELPER_HXX +#define INCLUDED_COMPHELPER_BROADCASTHELPER_HXX #include <osl/mutex.hxx> #include <cppuhelper/interfacecontainer.h> @@ -58,6 +58,6 @@ namespace comphelper mutable ::osl::Mutex m_aMutex; }; } -#endif // _COMPHELPER_BROADCASTHELPER_HXX_ +#endif // INCLUDED_COMPHELPER_BROADCASTHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |