diff options
Diffstat (limited to 'sw/source/uibase/inc/redlndlg.hxx')
-rw-r--r-- | sw/source/uibase/inc/redlndlg.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx index 3c7b4810f97a..7180373da52b 100644 --- a/sw/source/uibase/inc/redlndlg.hxx +++ b/sw/source/uibase/inc/redlndlg.hxx @@ -89,6 +89,13 @@ class SW_DLLPUBLIC SwRedlineAcceptDlg // prevent update dialog data during longer operations (cf #102657#) bool bInhibitActivate; + Image aInserted; + Image aDeleted; + Image aFormated; + Image aTableChgd; + Image aFormatCollSet; + Image aAutoFormat; + DECL_DLLPRIVATE_LINK_TYPED( AcceptHdl, SvxTPView*, void ); DECL_DLLPRIVATE_LINK_TYPED( AcceptAllHdl, SvxTPView*, void ); DECL_DLLPRIVATE_LINK_TYPED( RejectHdl, SvxTPView*, void ); |