summaryrefslogtreecommitdiff
path: root/svx/workben
diff options
context:
space:
mode:
Diffstat (limited to 'svx/workben')
-rw-r--r--svx/workben/pixelctl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx
index c1105c3aa48c..b9fefd0d2e2c 100644
--- a/svx/workben/pixelctl.cxx
+++ b/svx/workben/pixelctl.cxx
@@ -98,7 +98,7 @@ public:
void Main()
{
- VclPtr<MyWin> aMainWin(new MyWin( NULL, WB_STDWORK ));
+ ScopedVclPtr<MyWin> aMainWin(new MyWin( NULL, WB_STDWORK ));
aMainWin->SetText( OUString( "SvxPixelCtl" ) );
aMainWin->Show();