diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 09:19:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 09:44:45 +0100 |
commit | 3ea1cdfa1015b3a87bcbc1c1e9610217f7f42f45 (patch) | |
tree | 50f220b32beb89df0c2a45961693a268213acb4e /include/svx | |
parent | 2e457e2ee54844ea80c1058dabcc3f3a0bd86d54 (diff) |
callcatcher: update unused code
a few more ResId using ctors going away
Change-Id: Ic956bc179c094d19989bf850657471192d042a01
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/checklbx.hxx | 2 | ||||
-rw-r--r-- | include/svx/itemwin.hxx | 33 |
2 files changed, 0 insertions, 35 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx index aa2c300a2e98..405f4649fcb8 100644 --- a/include/svx/checklbx.hxx +++ b/include/svx/checklbx.hxx @@ -44,8 +44,6 @@ private: public: SvxCheckListBox( Window* pParent, WinBits nWinStyle = 0 ); - SvxCheckListBox( Window* pParent, const ResId& rResId, - const Image& rNormalStaticImage ); void SetNormalStaticImage(const Image& rNormalStaticImage); virtual ~SvxCheckListBox(); diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 8dc402025340..2bbb824b2d7e 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -61,40 +61,7 @@ protected: }; -// class SvxColorBox ----------------------------------------------------- - -class SvxColorBox : public ColorLB -{ - using Window::Update; - - sal_uInt16 nCurPos; - Timer aDelayTimer; - Size aLogicalSize; - bool bRelease; - OUString maCommand; - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; - - void ReleaseFocus_Impl(); - -public: - SvxColorBox( Window* pParent, - const OUString& rCommand, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, - WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); - virtual ~SvxColorBox(); - - void Update( const XLineColorItem* pItem ); - -protected: - virtual void Select() SAL_OVERRIDE; - virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; - virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE; - virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; - -}; - // class SvxMetricField -------------------------------------------------- - class SVX_DLLPUBLIC SvxMetricField : public MetricField { using Window::Update; |