summaryrefslogtreecommitdiff
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-26 09:19:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-26 09:44:45 +0100
commit3ea1cdfa1015b3a87bcbc1c1e9610217f7f42f45 (patch)
tree50f220b32beb89df0c2a45961693a268213acb4e /include/svx/itemwin.hxx
parent2e457e2ee54844ea80c1058dabcc3f3a0bd86d54 (diff)
callcatcher: update unused code
a few more ResId using ctors going away Change-Id: Ic956bc179c094d19989bf850657471192d042a01
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx33
1 files changed, 0 insertions, 33 deletions
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;