coverity#738804 unused nLeftSlot/nRightSlot members
Change-Id: Ib35dc632d51b8c515d96713457d91ffdf41eb2c7
This commit is contained in:
@@ -57,8 +57,6 @@ private:
|
|||||||
SfxChildAlignment eSfxOldAlignment;
|
SfxChildAlignment eSfxOldAlignment;
|
||||||
ImageButton aInsertButton;
|
ImageButton aInsertButton;
|
||||||
FixedText aFiFuncDesc;
|
FixedText aFiFuncDesc;
|
||||||
sal_uInt16 nLeftSlot;
|
|
||||||
sal_uInt16 nRightSlot;
|
|
||||||
sal_uLong nMinWidth;
|
sal_uLong nMinWidth;
|
||||||
sal_uLong nMinHeight;
|
sal_uLong nMinHeight;
|
||||||
Size aOldSize;
|
Size aOldSize;
|
||||||
@@ -112,9 +110,6 @@ public:
|
|||||||
using SfxDockingWindow::Notify;
|
using SfxDockingWindow::Notify;
|
||||||
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
|
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 InitLRUList();
|
||||||
|
|
||||||
void Initialize (SfxChildWinInfo* pInfo);
|
void Initialize (SfxChildWinInfo* pInfo);
|
||||||
|
Reference in New Issue
Block a user