[Libreoffice-commits] core.git: sw/source
Valentin Kettner
vakevk+libreoffice at gmail.com
Tue Jul 15 15:56:53 PDT 2014
sw/source/core/doc/DocumentContentOperationsManager.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 6bd087bf86746721186756ed270c62909ea8cf41
Author: Valentin Kettner <vakevk+libreoffice at gmail.com>
Date: Wed Jul 16 00:52:31 2014 +0200
Added #include <docedt.hxx> to DocumentContentOperationsManager.
For use of sw_JoinText and sw_GetJoinFlags.
Change-Id: I6bda9a41fcb42663517b505098f74ec596ac6551
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 5e0fa79..be6ef44 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -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
More information about the Libreoffice-commits
mailing list