Kaydet (Commit) ed282695 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerperfect: make sure EPUBExportFilter.hxx is self-contained

By including it first in its implementation file.

Change-Id: I8eda0cc8a7e8c37883dbecc84f3f315cff8c3146
üst 186eda28
...@@ -2659,7 +2659,7 @@ void RtfAttributeOutput::TextFootnote_Impl(const SwFormatFootnote& rFootnote) ...@@ -2659,7 +2659,7 @@ void RtfAttributeOutput::TextFootnote_Impl(const SwFormatFootnote& rFootnote)
m_aRun->append("{" OOO_STRING_SVTOOLS_RTF_SUPER " "); m_aRun->append("{" OOO_STRING_SVTOOLS_RTF_SUPER " ");
WriteTextFootnoteNumStr(rFootnote); WriteTextFootnoteNumStr(rFootnote);
m_aRun->append("{" OOO_STRING_SVTOOLS_RTF_IGNORE OOO_STRING_SVTOOLS_RTF_FOOTNOTE); m_aRun->append("{" OOO_STRING_SVTOOLS_RTF_IGNORE OOO_STRING_SVTOOLS_RTF_FOOTNOTE);
if ( rFootnote.IsEndNote() || m_rExport.m_pDoc->GetFootnoteInfo().ePos == FTNPOS_CHAPTER ) if (rFootnote.IsEndNote() || m_rExport.m_pDoc->GetFootnoteInfo().ePos == FTNPOS_CHAPTER)
m_aRun->append(OOO_STRING_SVTOOLS_RTF_FTNALT); m_aRun->append(OOO_STRING_SVTOOLS_RTF_FTNALT);
m_aRun->append(' '); m_aRun->append(' ');
WriteTextFootnoteNumStr(rFootnote); WriteTextFootnoteNumStr(rFootnote);
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
#include "EPUBExportFilter.hxx" #include "EPUBExportFilter.hxx"
#include "config_libepubgen.h"
#include <libepubgen/EPUBTextGenerator.h> #include <libepubgen/EPUBTextGenerator.h>
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment