diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-01 14:24:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-02 16:59:56 +0100 |
commit | f630705f09fc757f55459dae91530cb466bfa03b (patch) | |
tree | 48e141a22a29641670ffa791afa13b4a10d459d3 /include | |
parent | cec90913e86ef8d4605eae6c0af428fcf9434207 (diff) |
callcatcher: update unusedcode
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/svmedit2.hxx | 1 | ||||
-rw-r--r-- | include/vcl/imgctrl.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/svmedit2.hxx b/include/svtools/svmedit2.hxx index fcba12e8ebac..9c9a6aed4180 100644 --- a/include/svtools/svmedit2.hxx +++ b/include/svtools/svmedit2.hxx @@ -28,7 +28,6 @@ class SVT_DLLPUBLIC ExtMultiLineEdit : public MultiLineEdit { public: ExtMultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); - ExtMultiLineEdit( Window* pParent, const ResId& rResId ); virtual ~ExtMultiLineEdit(); // methods of TextView diff --git a/include/vcl/imgctrl.hxx b/include/vcl/imgctrl.hxx index dfd42c16d68f..bbe9cb48022e 100644 --- a/include/vcl/imgctrl.hxx +++ b/include/vcl/imgctrl.hxx @@ -36,7 +36,6 @@ private: public: ImageControl( Window* pParent, WinBits nStyle = 0 ); - ImageControl( Window* pParent, const ResId& rResId ); // set/get the scale mode. This is one of the css.awt.ImageScaleMode constants void SetScaleMode( const ::sal_Int16 _nMode ); |