summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 8d9ccdc275f9..cad0c0cd45cf 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
-#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
+#pragma once
#include <resltn.hxx>
#include <rtl/ustrbuf.hxx>
@@ -233,6 +232,4 @@ class HtmlExport final
static OUString StringToHTMLString( const OUString& rString );
};
-#endif // INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */