diff options
Diffstat (limited to 'include/unotools/compatibility.hxx')
-rw-r--r-- | include/unotools/compatibility.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 18c97ae2e14f..3e1b974a1c18 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.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 INCLUDED_unotools_COMPATIBILITY_HXX -#define INCLUDED_unotools_COMPATIBILITY_HXX +#ifndef INCLUDED_UNOTOOLS_COMPATIBILITY_HXX +#define INCLUDED_UNOTOOLS_COMPATIBILITY_HXX #include "unotools/unotoolsdllapi.h" #include <sal/types.h> @@ -235,6 +235,6 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options }; // class SvtCompatibilityOptions -#endif // #ifndef INCLUDED_unotools_COMPATIBILITY_HXX +#endif // INCLUDED_UNOTOOLS_COMPATIBILITY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |