summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index b24536e830a6..f1ebc09e8c2c 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -236,6 +236,8 @@ public:
class SwDrawFrameFormat;
+class SwDrawContact;
+
namespace sw
{
enum class DrawFrameFormatHintId {
@@ -302,6 +304,12 @@ namespace sw
RestoreFlyAnchorHint(Point aPos) : m_aPos(aPos) {};
virtual ~RestoreFlyAnchorHint() override;
};
+ struct SW_DLLPUBLIC CreatePortionHint final : SfxHint
+ {
+ SwDrawContact** m_ppContact;
+ CreatePortionHint(SwDrawContact** ppContact) : m_ppContact(ppContact) {};
+ virtual ~CreatePortionHint() override;
+ };
}
class SW_DLLPUBLIC SwDrawFrameFormat: public SwFrameFormat