summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/dflyobj.hxx7
-rw-r--r--sw/source/core/inc/dview.hxx5
2 files changed, 3 insertions, 9 deletions
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index 6e157b1ed3db..a0cf7fd28d3a 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -42,7 +42,7 @@ protected:
public:
- SwFlyDrawObj(SdrModel& rSdrModel);
+ SwFlyDrawObj();
virtual ~SwFlyDrawObj() override;
// for instantiation of this class while loading (via factory)
@@ -80,10 +80,7 @@ public:
// RotGrfFlyFrame: Check if this is a SwGrfNode
bool ContainsSwGrfNode() const;
- SwVirtFlyDrawObj(
- SdrModel& rSdrModel,
- SdrObject& rNew,
- SwFlyFrame* pFly);
+ SwVirtFlyDrawObj(SdrObject& rNew, SwFlyFrame* pFly);
virtual ~SwVirtFlyDrawObj() override;
// override method of base class SdrVirtObj
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index 66b51fd4ade8..aeb1e864fc4f 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -79,10 +79,7 @@ protected:
virtual SdrUndoManager* getSdrUndoManagerForEnhancedTextEdit() const override;
public:
- SwDrawView(
- SwViewShellImp &rI,
- FmFormModel& rFmFormModel,
- OutputDevice* pOutDev);
+ SwDrawView( SwViewShellImp &rI, SdrModel *pMd, OutputDevice* pOutDev );
// from base class
virtual SdrObject* GetMaxToTopObj(SdrObject* pObj) const override;