coverity#738804 unused nLeftSlot/nRightSlot members

Change-Id: Ib35dc632d51b8c515d96713457d91ffdf41eb2c7
This commit is contained in:
Caolán McNamara
2014-04-04 15:34:30 +01:00
parent 7409f49af9
commit 4e8add43d5

View File

@@ -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);