summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:53:47 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:50 +0200
commit2e7807cb8673dd6ca6703d0554117fd9666ffd6a (patch)
treec929f63d97eb8c75b65c0af4ba9ede282658caed /sfx2
parentbdc9ea5f65027e051269a84eb09189347a8787d6 (diff)
remove unused code SfxDispatcher::IsOnTop(SfxShell const&)
Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/dispatch.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index f9642fb819ef..042b4d2db709 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -205,20 +205,6 @@ sal_Bool SfxDispatcher::IsActive(const SfxShell& rShell)
return CheckVirtualStack(rShell, sal_True);
}
-/* This method checks whether a particular <SfxShell> instance is on
- top of the SfxDispatcher.
-
- @returns sal_True The SfxShell instance is on the top of
- the SfxDispatcher.
- sal_False The SfxShell instance is not on the top of
- the SfxDispatcher.
-*/
-sal_Bool SfxDispatcher::IsOnTop(const SfxShell& rShell)
-{
- return CheckVirtualStack(rShell, sal_False);
-}
-
-
sal_Bool SfxDispatcher::IsLocked( sal_uInt16 ) const
/* [Description]