summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-12-05 20:43:44 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-12-07 13:55:27 +0000
commitaa91c69b9bcd9481e263c63afd66afcda0577b6b (patch)
tree044d2aba6ed3e8c55d7b404568ca7f0c07c3eacb /sw/inc/frmfmt.hxx
parentae06f4be6bbdebc10a88c386064d548848e57f80 (diff)
use proper message passing
Change-Id: If41e50c43f0a4e02faad91f7de18121938f16d0e Reviewed-on: https://gerrit.libreoffice.org/31654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index b273f44a319f..6c5b3c3dad3e 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -257,6 +257,12 @@ namespace sw
CheckDrawFrameFormatLayerHint(bool* bCheckControlLayer) : m_bCheckControlLayer(bCheckControlLayer) {};
virtual ~CheckDrawFrameFormatLayerHint() override;
};
+ struct SW_DLLPUBLIC ContactChangedHint final: SfxHint
+ {
+ SdrObject* m_pObject;
+ ContactChangedHint(SdrObject* pObject) : m_pObject(pObject) {};
+ virtual ~ContactChangedHint() override;
+ };
}
class SW_DLLPUBLIC SwDrawFrameFormat: public SwFrameFormat