diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 17:34:45 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 17:34:45 +0100 |
commit | 7bfe9976e007b92e86082ec2802845c76bf7ce09 (patch) | |
tree | 105e444aee9ab2a0014c6c681d0d984fcdff8ed4 | |
parent | 1b66cfb60146535df73b76aa0eaf708bb53f6010 (diff) |
accfixes: reverted one change in sc
-rw-r--r-- | sc/source/ui/miscdlgs/highred.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/highred.cxx b/sc/source/ui/miscdlgs/highred.cxx index 364134ce1..3dcdb1ee1 100644 --- a/sc/source/ui/miscdlgs/highred.cxx +++ b/sc/source/ui/miscdlgs/highred.cxx @@ -109,8 +109,8 @@ ScHighlightChgDlg::ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Wind Init(); - aFilterCtr.SetMemberOf(&aFlFilter); } + ScHighlightChgDlg::~ScHighlightChgDlg() { SetDispatcherLock( FALSE ); |