diff options
Diffstat (limited to 'include/comphelper/mimeconfighelper.hxx')
-rw-r--r-- | include/comphelper/mimeconfighelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/mimeconfighelper.hxx b/include/comphelper/mimeconfighelper.hxx index 6e2b128d5a23..293d21154603 100644 --- a/include/comphelper/mimeconfighelper.hxx +++ b/include/comphelper/mimeconfighelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _COMPHELPER_MIMECONFIGHELPER_HXX_ -#define _COMPHELPER_MIMECONFIGHELPER_HXX_ +#ifndef INCLUDED_COMPHELPER_MIMECONFIGHELPER_HXX +#define INCLUDED_COMPHELPER_MIMECONFIGHELPER_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> @@ -136,6 +136,6 @@ public: } -#endif // _COMPHELPER_MIMECONFIGHELPER_HXX_ +#endif // INCLUDED_COMPHELPER_MIMECONFIGHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |