diff options
Diffstat (limited to 'include/ucbhelper/content.hxx')
-rw-r--r-- | include/ucbhelper/content.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx index b09680299fce..3308a8e23526 100644 --- a/include/ucbhelper/content.hxx +++ b/include/ucbhelper/content.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 _UCBHELPER_CONTENT_HXX -#define _UCBHELPER_CONTENT_HXX +#ifndef INCLUDED_UCBHELPER_CONTENT_HXX +#define INCLUDED_UCBHELPER_CONTENT_HXX #include "rtl/ref.hxx" #include <com/sun/star/ucb/ContentCreationException.hpp> @@ -716,6 +716,6 @@ public: } /* namespace ucbhelper */ -#endif /* !_UCBHELPER_CONTENT_HXX */ +#endif /* ! INCLUDED_UCBHELPER_CONTENT_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |