[Libreoffice-commits] core.git: Branch 'feature/editviewoverlay' - include/editeng svx/source
Armin Le Grand
Armin.Le.Grand at cib.de
Sat Aug 5 07:25:21 UTC 2017
include/editeng/editview.hxx | 1 +
svx/source/svdraw/svdedxv.cxx | 6 ++++--
svx/source/svdraw/svdoutl.cxx | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 154579ba244fd4e2be452c95a617b674a5b5a149
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date: Sat Aug 5 09:23:23 2017 +0200
editviewoverlay: Linux build corrections
Change-Id: If842f392a668e007bacf66d9fa750464e5f7b99f
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 4d83a0613e19..ac6ffc5433d1 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -72,6 +72,7 @@ namespace linguistic2 {
class XLanguageGuessing;
}
}}}
+namespace basegfx { class B2DRange; }
enum class ScrollRangeCheck
{
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index b6a85b2d7252..931d3ad6fb5a 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -66,6 +66,8 @@
#include <sfx2/viewsh.hxx>
#include <svx/svdviter.hxx>
#include <svx/sdr/overlay/overlayselection.hxx>
+#include <svx/sdr/overlay/overlaymanager.hxx>
+#include <svx/sdrpagewindow.hxx>
#include <memory>
@@ -445,8 +447,8 @@ namespace
const Color& rColor,
OutlinerView& rOutlinerView,
bool bVisualizeSurroundingFrame)
- : mpOverlaySelection(pOverlaySelection),
- OverlayObject(rColor),
+ : OverlayObject(rColor),
+ mpOverlaySelection(pOverlaySelection),
mrOutlinerView(rOutlinerView),
maLastRange(),
maRange(),
diff --git a/svx/source/svdraw/svdoutl.cxx b/svx/source/svdraw/svdoutl.cxx
index 82c7c96ea7cf..580dee39b174 100644
--- a/svx/source/svdraw/svdoutl.cxx
+++ b/svx/source/svdraw/svdoutl.cxx
@@ -24,6 +24,7 @@
#include <svx/svdmodel.hxx>
#include <editeng/eeitem.hxx>
#include <svl/itempool.hxx>
+#include <editeng/editview.hxx>
SdrOutliner::SdrOutliner( SfxItemPool* pItemPool, OutlinerMode nMode )
More information about the Libreoffice-commits
mailing list