summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dflyobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/dflyobj.hxx')
-rw-r--r--sw/source/core/inc/dflyobj.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index a0cf7fd28d3a..6e157b1ed3db 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -42,7 +42,7 @@ protected:
public:
- SwFlyDrawObj();
+ SwFlyDrawObj(SdrModel& rSdrModel);
virtual ~SwFlyDrawObj() override;
// for instantiation of this class while loading (via factory)
@@ -80,7 +80,10 @@ public:
// RotGrfFlyFrame: Check if this is a SwGrfNode
bool ContainsSwGrfNode() const;
- SwVirtFlyDrawObj(SdrObject& rNew, SwFlyFrame* pFly);
+ SwVirtFlyDrawObj(
+ SdrModel& rSdrModel,
+ SdrObject& rNew,
+ SwFlyFrame* pFly);
virtual ~SwVirtFlyDrawObj() override;
// override method of base class SdrVirtObj