diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:53:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:50 +0200 |
commit | 2e7807cb8673dd6ca6703d0554117fd9666ffd6a (patch) | |
tree | c929f63d97eb8c75b65c0af4ba9ede282658caed /include | |
parent | bdc9ea5f65027e051269a84eb09189347a8787d6 (diff) |
remove unused code SfxDispatcher::IsOnTop(SfxShell const&)
Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/dispatch.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index 6c7e175abdf1..0f1f908dcd23 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -136,8 +136,7 @@ public: const SfxSlot* GetSlot( const OUString& rCommand ); sal_Bool IsActive( const SfxShell& rShell ); - sal_Bool IsOnTop( const SfxShell& rShell ); - sal_uInt16 GetShellLevel( const SfxShell &rShell ); + sal_uInt16 GetShellLevel( const SfxShell &rShell ); SfxBindings* GetBindings() const; void Push( SfxShell& rShell ); |