summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:56:39 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:50 +0200
commit42a6e74fc36862c4115fee07fe6be4a233adb30d (patch)
tree12c0ee581b502e6ae5899824729d73dbd59b7f1a /include
parent2e7807cb8673dd6ca6703d0554117fd9666ffd6a (diff)
remove unused code in SfxBindings
SfxBindings::GetSlot(unsigned short) SfxBindings::GetSystemWindow() const Change-Id: Icc024abcde1394ade86d3f4e623e4030382d2b63
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/bindings.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 38a81548a9c7..b68c484497a0 100644
--- a/include/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
@@ -148,7 +148,6 @@ public:
sal_Bool IsBound( sal_uInt16 nMsgId, sal_uInt16 nStartSearchAt = 0 );
- const SfxSlot* GetSlot( sal_uInt16 nMsgId );
SfxStateCache* GetStateCache( sal_uInt16 nId);
SAL_DLLPRIVATE SfxStateCache* GetAnyStateCache_Impl( sal_uInt16 nId );
/**
@@ -175,7 +174,6 @@ public:
void LeaveRegistrations( sal_uInt16 nLevel = USHRT_MAX, const char *pFile = 0, int nLine = 0 );
void Register( SfxControllerItem& rBinding );
void Release( SfxControllerItem& rBinding );
- SystemWindow* GetSystemWindow() const;
SfxDispatcher* GetDispatcher() const
{ return pDispatcher; }
com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > GetRecorder() const;