diff options
Diffstat (limited to 'include/xmloff/XMLCharContext.hxx')
-rw-r--r-- | include/xmloff/XMLCharContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx index 644b03877d64..092fd84099c9 100644 --- a/include/xmloff/XMLCharContext.hxx +++ b/include/xmloff/XMLCharContext.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__XMLOFF_CHARCONTEXT_HXX -#define INCLUDED__XMLOFF_CHARCONTEXT_HXX +#ifndef INCLUDED_XMLOFF_XMLCHARCONTEXT_HXX +#define INCLUDED_XMLOFF_XMLCHARCONTEXT_HXX #include "xmloff/dllapi.h" #include <com/sun/star/uno/Reference.h> @@ -60,6 +60,6 @@ public: virtual void InsertString(const OUString& _sString); }; // --------------------------------------------------------------------- -#endif // INCLUDED__XMLOFF_CHARCONTEXT_HXX +#endif // INCLUDED_XMLOFF_XMLCHARCONTEXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |