coverity#738804 unused nLeftSlot/nRightSlot members
Change-Id: Ib35dc632d51b8c515d96713457d91ffdf41eb2c7
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user