summaryrefslogtreecommitdiff
path: root/include/vcl/combobox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-06 10:29:11 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 19:57:33 +0100
commita632fa5f2e059642f0feffb200e8c9a71ee75802 (patch)
treeab1c9cc0dee047fd2fa2d050ebeb12c6ab8bb6a9 /include/vcl/combobox.hxx
parent10981bc4e349f59818d8f750db378e1ae579ba09 (diff)
vcl: rename VclReference to VclPtr
and remove the typedefs. The code is more obvious this way. Change-Id: I4c8f5b5ab050dd96216302a03e760ed0e3ab3464
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r--include/vcl/combobox.hxx3
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