From a632fa5f2e059642f0feffb200e8c9a71ee75802 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Jan 2015 10:29:11 +0200 Subject: vcl: rename VclReference to VclPtr and remove the typedefs. The code is more obvious this way. Change-Id: I4c8f5b5ab050dd96216302a03e760ed0e3ab3464 --- vcl/workben/svpclient.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl/workben') diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx index b3ad5db2694f..708efb9144d3 100644 --- a/vcl/workben/svpclient.cxx +++ b/vcl/workben/svpclient.cxx @@ -92,10 +92,10 @@ SAL_IMPLEMENT_MAIN() class MyWin : public WorkWindow { - PushButtonPtr m_aListButton; - ListBoxPtr m_aSvpBitmaps; - ImageControlPtr m_aImage; - PushButtonPtr m_aQuitButton; + VclPtr m_aListButton; + VclPtr m_aSvpBitmaps; + VclPtr m_aImage; + VclPtr m_aQuitButton; public: MyWin( vcl::Window* pParent, WinBits nWinStyle ); -- cgit