diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-14 21:36:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-15 20:30:39 +0100 |
commit | 8d373129e9ade194ff7759c9e8736945c4a2fb42 (patch) | |
tree | 156661f5b7e6a9a9d5657001d180a25cd4bda0bc /include/vcl/combobox.hxx | |
parent | 2f7eb939fe162cbe16af68bb09754a8a9800a78f (diff) |
callcatcher: update unused code
and strip away some stuff in rsc that should now be dead
Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r-- | include/vcl/combobox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx index 3ea2f64a0375..f0dd4592b741 100644 --- a/include/vcl/combobox.hxx +++ b/include/vcl/combobox.hxx @@ -85,7 +85,6 @@ protected: SAL_DLLPRIVATE long getMaxWidthScrollBarAndDownButton() const; protected: - explicit ComboBox( WindowType nType ); bool IsDropDownBox() const { return mpFloatWin ? true : false; } virtual void FillLayoutData() const SAL_OVERRIDE; |