diff options
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 787988467407..a8f61f3cf17a 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -53,7 +53,9 @@ namespace sw class SwFrameFormats; /// Style of a layout element. -class SW_DLLPUBLIC SwFrameFormat: public SwFormat +class SW_DLLPUBLIC SwFrameFormat + : public SwFormat + , public sw::BroadcasterMixin { friend class SwDoc; friend class SwPageDesc; ///< Is allowed to call protected CTor. |