summaryrefslogtreecommitdiffstats
path: root/sw/source/core/view
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:40 +0000
commit58692c30e390d24c20108a7c3140d96638898696 (patch)
treeecd84d5343b09488c91e8f8008b10fd216c2de65 /sw/source/core/view
parentbNoLines is always false (diff)
downloadcore-58692c30e390d24c20108a7c3140d96638898696.tar.gz
core-58692c30e390d24c20108a7c3140d96638898696.zip
callcatcher: remove unused methods
Diffstat (limited to 'sw/source/core/view')
-rw-r--r--sw/source/core/view/viewimp.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx
index a1ea19b19bf4..7c053e0bd0e7 100644
--- a/sw/source/core/view/viewimp.cxx
+++ b/sw/source/core/view/viewimp.cxx
@@ -465,11 +465,4 @@ void SwViewImp::FireAccessibleEvents()
GetAccessibleMap().FireEvents();
}
-IMPL_LINK(SwViewImp, SetStopPrt, void *, EMPTYARG)
-{
- bStopPrt = sal_True;
-
- return 0;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */