diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 21:24:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 21:24:35 +0100 |
commit | 70abef48308e1c23558ca1152b6fbb0c56e867e7 (patch) | |
tree | 3b1a25afab4a6183b817cb2895806674063ee6d1 /include | |
parent | 64a5f3b9835c56b27efd678916ab48ded872ce08 (diff) |
no CheckBox loaded from src files anymore
Change-Id: I3211707d38c15a6fd3edcbe70fc3cee9b65dd6f6
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 2 | ||||
-rw-r--r-- | include/vcl/button.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 95c4b9a58104..a63d55e66a35 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -54,8 +54,6 @@ #define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d) #define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e) -#define RSC_CHECKBOX (RSC_NOTYPE + 0x50) - #define RSC_EDIT (RSC_NOTYPE + 0x52) #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index f6e05f478a4d..af7cd5533ce3 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -438,7 +438,6 @@ public: SAL_DLLPRIVATE void ImplSetMinimumNWFSize(); public: explicit CheckBox( vcl::Window* pParent, WinBits nStyle = 0 ); - explicit CheckBox( vcl::Window* pParent, const ResId& ); virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; virtual void Tracking( const TrackingEvent& rTEvt ) override; |