diff options
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r-- | include/vcl/combobox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx index cde4846bdb2f..8842477a6c40 100644 --- a/include/vcl/combobox.hxx +++ b/include/vcl/combobox.hxx @@ -39,7 +39,7 @@ class ImplBtn; class VCL_DLLPUBLIC ComboBox : public Edit { private: - VclReference<Edit> mpSubEdit; + VclPtr<Edit> mpSubEdit; ImplListBox* mpImplLB; ImplBtn* mpBtn; ImplListBoxFloatingWindow* mpFloatWin; @@ -225,7 +225,6 @@ public: virtual bool set_property(const OString &rKey, const OString &rValue) SAL_OVERRIDE; }; -typedef VclReference<ComboBox> ComboBoxPtr; #endif // _COMBOBOX_HXX |