diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 15:34:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 16:24:38 +0100 |
commit | 4e8add43d5461d1752fc73de3ccfaa8d90348b6e (patch) | |
tree | afb77ae3a57d107056014e4dba787cd9296af34a | |
parent | 7409f49af93643d080e21c42d3c53cd9644dff33 (diff) |
coverity#738804 unused nLeftSlot/nRightSlot members
Change-Id: Ib35dc632d51b8c515d96713457d91ffdf41eb2c7
-rw-r--r-- | sc/source/ui/inc/dwfunctr.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index 1dc188768de3..a7b6b4964fa3 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -57,8 +57,6 @@ private: SfxChildAlignment eSfxOldAlignment; ImageButton aInsertButton; FixedText aFiFuncDesc; - sal_uInt16 nLeftSlot; - sal_uInt16 nRightSlot; sal_uLong nMinWidth; sal_uLong nMinHeight; Size aOldSize; @@ -112,9 +110,6 @@ public: using SfxDockingWindow::Notify; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; - void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) - { nLeftSlot = nLeft; nRightSlot = nRight; } - void InitLRUList(); void Initialize (SfxChildWinInfo* pInfo); |