diff options
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r-- | include/svtools/htmlout.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx index 7543f7335785..760cc2b3c90b 100644 --- a/include/svtools/htmlout.hxx +++ b/include/svtools/htmlout.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_HTMLOUT_HXX -#define INCLUDED_SVTOOLS_HTMLOUT_HXX +#pragma once #include <svtools/svtdllapi.h> #include <tools/solar.h> @@ -108,6 +107,4 @@ struct HtmlWriterHelper SVT_DLLPUBLIC static void applyEvents(HtmlWriter& rHtmlWriter, const SvxMacroTableDtor& rMacroTable, const HTMLOutEvent* pEventTable, bool bOutStarBasic); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |