diff options
-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); |