summaryrefslogtreecommitdiff
path: root/include/vcl/throbber.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/vcl/throbber.hxx
parent2e457e2ee54844ea80c1058dabcc3f3a0bd86d54 (diff)
callcatcher: update unused code
a few more ResId using ctors going away Change-Id: Ic956bc179c094d19989bf850657471192d042a01
Diffstat (limited to 'include/vcl/throbber.hxx')
-rw-r--r--include/vcl/throbber.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx
index 2fe212e5965f..a8102bd133e7 100644
--- a/include/vcl/throbber.hxx
+++ b/include/vcl/throbber.hxx
@@ -46,9 +46,8 @@ public:
};
public:
- Throbber( Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet = IMAGES_AUTO );
- Throbber( Window* i_parentWindow, const ResId& i_resId, const ImageSet i_imageSet = IMAGES_AUTO );
- virtual ~Throbber();
+ Throbber(Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet = IMAGES_AUTO);
+ virtual ~Throbber();
// Properties
void setStepTime( sal_Int32 nStepTime ) { mnStepTime = nStepTime; }