diff options
| author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2016-12-24 02:10:25 +0100 |
|---|---|---|
| committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2016-12-24 12:09:08 +0000 |
| commit | 09a0a1d760c9786c0cfb0911244892538838a284 (patch) | |
| tree | 1c349727221d9acfea75a16933e582401d8ca495 /sw/source/core/text/porfly.hxx | |
| parent | 604cf7024fce29143150ab77b2f14b59a45e61eb (diff) | |
use proper message passing
Change-Id: I00b0446b1e5a1226566f4520ea45773251d61265
Reviewed-on: https://gerrit.libreoffice.org/32391
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/source/core/text/porfly.hxx')
| -rw-r--r-- | sw/source/core/text/porfly.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/porfly.hxx b/sw/source/core/text/porfly.hxx index 090ee7f4cb8f..1434b5e5289e 100644 --- a/sw/source/core/text/porfly.hxx +++ b/sw/source/core/text/porfly.hxx @@ -83,8 +83,8 @@ namespace sw SwDrawContact* m_pContact; virtual SdrObject* GetSdrObj(const SwTextFrame&) override; public: - DrawFlyCntPortion(SwDrawContact* pDrawContact); - static DrawFlyCntPortion* Create(const SwTextFrame& rFrame, SwDrawContact* pDrawContact, const Point& rBase, long nAsc, long nDescent, long nFlyAsc, long nFlyDesc, AsCharFlags nFlags); + DrawFlyCntPortion(SwFrameFormat& rFormat); + static DrawFlyCntPortion* Create(const SwTextFrame& rFrame, SwFrameFormat& rFormat, const Point& rBase, long nAsc, long nDescent, long nFlyAsc, long nFlyDesc, AsCharFlags nFlags); virtual void Paint(const SwTextPaintInfo& rInf) const override; virtual ~DrawFlyCntPortion() override; }; |
