summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r--sw/source/ui/uiview/view0.cxx7
1 files changed, 0 insertions, 7 deletions
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: */