diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 09:26:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 09:30:20 +0000 |
commit | c1c3ef64bca25183979f666aef51ab2854d628d8 (patch) | |
tree | 03a9e9518dcb9bb80833e79400b98dcbc80bfad3 /sw | |
parent | 725f7d0171985ff858af2436c553b4906bd060f6 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'sw')
-rwxr-xr-x | sw/source/ui/inc/view.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/view0.cxx | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 4e7d8f6db509..4445edf8edd8 100755 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -302,8 +302,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell SW_DLLPRIVATE DECL_LINK( TimeoutHdl, Timer * ); SW_DLLPRIVATE DECL_LINK( UpdatePercentHdl, GraphicFilter* ); - SW_DLLPRIVATE DECL_LINK( HtmlOptionsHdl, void * ); - SW_DLLPRIVATE DECL_LINK( FieldPopupModeEndHdl, FloatingWindow * ); inline long GetXScroll() const; diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx index e3ae94eb0e61..8ff37c89beee 100644 --- a/sw/source/ui/uiview/view0.cxx +++ b/sw/source/ui/uiview/view0.cxx @@ -595,11 +595,4 @@ void SwView::ExecViewOptions(SfxRequest &rReq) rReq.Done(); } -IMPL_LINK( SwView, HtmlOptionsHdl, void*, EMPTYARG ) -{ - // Invalidierung, falls blinkender Text erlaubt/verboten wurde - GetViewFrame()->GetBindings().Invalidate(SID_DRAW_TEXT_MARQUEE); - return 0; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |