diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-14 14:00:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-14 14:01:10 +0100 |
commit | 767a65d9dd11308cb8f1384f80a7aab8c7ff5a38 (patch) | |
tree | 2ea29b764112b1725a50a339eb7818f1b004f43b /include | |
parent | addf8139b7672e3264515be6d0ce51cdf43754c9 (diff) |
callcatcher: update unused code list
No TriStateBoxes are loaded from .res files anymore.
Change-Id: Ie897dc9a46a4e09e7fb1160a5bd4a65c63ba7979
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/measctrl.hxx | 1 | ||||
-rw-r--r-- | include/vcl/button.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/measctrl.hxx b/include/svx/measctrl.hxx index fde082fbb7e7..bfb925b5b7cc 100644 --- a/include/svx/measctrl.hxx +++ b/include/svx/measctrl.hxx @@ -41,7 +41,6 @@ private: SdrModel* pModel; public: - SvxXMeasurePreview(Window* pParent, const ResId& rResId, const SfxItemSet& rInAttrs); SvxXMeasurePreview(Window* pParent, WinBits nStyle); ~SvxXMeasurePreview(); diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index cb6f7e8c8c9a..b3550bcae3dc 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -551,7 +551,6 @@ class VCL_DLLPUBLIC TriStateBox : public CheckBox public: explicit TriStateBox( Window* pParent, WinBits nStyle = 0 ); - explicit TriStateBox( Window* pParent, const ResId& ); virtual ~TriStateBox(); }; |