diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 08:44:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 10:22:12 +0100 |
commit | e1683c2d13a744344ee6a7b06917f65c11d8b35b (patch) | |
tree | ab5002c802f7bc045703dfe9161e15b610788044 /include/vcl/prgsbar.hxx | |
parent | f6e7b94042070241cd1cfb1d7f8610fe1801b4f2 (diff) |
callcatcher: update unused code
lots of ResID stuff going away now
Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
Diffstat (limited to 'include/vcl/prgsbar.hxx')
-rw-r--r-- | include/vcl/prgsbar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/prgsbar.hxx index c00069828ae2..943dd54d1b94 100644 --- a/include/vcl/prgsbar.hxx +++ b/include/vcl/prgsbar.hxx @@ -72,7 +72,6 @@ private: public: ProgressBar( Window* pParent, WinBits nWinBits = WB_STDPROGRESSBAR ); - ProgressBar( Window* pParent, const ResId& rResId ); virtual ~ProgressBar(); virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; |