Kaydet (Commit) 6bd087bf authored tarafından Valentin Kettner's avatar Valentin Kettner

Added #include <docedt.hxx> to DocumentContentOperationsManager.

For use of sw_JoinText and sw_GetJoinFlags.

Change-Id: I6bda9a41fcb42663517b505098f74ec596ac6551
üst 9ac24948
......@@ -60,6 +60,7 @@
#include <hints.hxx>
#include <crsrsh.hxx>
#include <fmtflcnt.hxx>
#include <docedt.hxx>
#include <unotools/charclass.hxx>
#include <sfx2/Metadatable.hxx>
#include <svl/stritem.hxx>
......@@ -71,9 +72,6 @@
using namespace ::com::sun::star::i18n;
extern void sw_GetJoinFlags( SwPaM& rPam, bool& rJoinTxt, bool& rJoinPrev );
extern void sw_JoinText( SwPaM& rPam, bool bJoinPrev );
//local functions originally from sw/source/core/docnode/ndcopy.cxx
namespace
{
// Copy method from SwDoc
......
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