diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2017-01-30 20:17:39 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-02-01 13:07:30 +0000 |
commit | 52885c7b82e6cfdd9072af2dc597edcb31192e89 (patch) | |
tree | 0057f57b374a8dcefd4be5c169f6e0a04c1e8024 /sw/inc | |
parent | 734c005875a707d61531a7c956c0063945422705 (diff) |
use message passing
Change-Id: Idc5fbdcd6d1a11b7607995c1d492ffc829879566
Reviewed-on: https://gerrit.libreoffice.org/33718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/frmfmt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index f8ee778f2c7b..c0f7e3049c74 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -256,6 +256,7 @@ namespace sw { enum class DrawFrameFormatHintId { DYING, + DYING_FLYFRAMEFORMAT, /* possibly can be merged with DYING, if all client handle it and handle it the same */ PREPPASTING, PREP_INSERT_FLY, PREP_DELETE_FLY, |