summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexportfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfexportfilter.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexportfilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.hxx b/sw/source/filter/ww8/rtfexportfilter.hxx
index 212adb2a6a43..33552c232150 100644
--- a/sw/source/filter/ww8/rtfexportfilter.hxx
+++ b/sw/source/filter/ww8/rtfexportfilter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTFEXPORTFILTER_HXX_
-#define _RTFEXPORTFILTER_HXX_
+#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_RTFEXPORTFILTER_HXX
+#define INCLUDED_SW_SOURCE_FILTER_WW8_RTFEXPORTFILTER_HXX
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XExporter.hpp>
@@ -71,6 +71,6 @@ OUString RtfExport_getImplementationName();
#define IMPL_NAME_RTFEXPORT "com.sun.star.comp.Writer.RtfExport"
-#endif // _RTFEXPORTFILTER_HXX_
+#endif // INCLUDED_SW_SOURCE_FILTER_WW8_RTFEXPORTFILTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */