summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 14:16:29 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commit8ad9cc042416c7b4ef89644b60928588f0505798 (patch)
treee10a30b7ce011bd343a6bd70258acd9f058d3a3f /sw/source/ui
parent60df720f79363b737eb533331e86535e1d66f1f5 (diff)
convert Link<> to typed
Change-Id: Ia7bdaa3a02af8f81884d81d60c0f135af2f8aeae
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/misc/swmodalredlineacceptdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
index 252e264f4b58..05a4fb555f09 100644
--- a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
+++ b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
@@ -82,7 +82,7 @@ void SwModalRedlineAcceptDlg::AcceptAll( bool bAccept )
pFilterTP->CheckAuthor(false);
pFilterTP->CheckRange(false);
pFilterTP->CheckAction(false);
- pImplDlg->FilterChangedHdl();
+ pImplDlg->FilterChangedHdl(NULL);
}
pImplDlg->CallAcceptReject( false, bAccept );