summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-17 11:22:09 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-17 11:22:09 +0100
commit0703fc22519b391cece54f9d67012cffd9867765 (patch)
tree01b5807a371e0f33546e99e2d9a38c69f9872a44 /desktop/source/splash
parente0686cb7564eb2eeab62ac35a2a36da8f83ed90a (diff)
desktop: convert new to ::Create.
Change-Id: I114ab23302970ce0abe551ffd693e92b0f4ae8c5
Diffstat (limited to 'desktop/source/splash')
-rw-r--r--desktop/source/splash/splash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index ae80ddc2f991..1e858cabd01b 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -131,7 +131,7 @@ public:
SplashScreenWindow::SplashScreenWindow(SplashScreen *pSplash)
: IntroWindow()
, pSpl( pSplash )
- , _vdev(new VirtualDevice(*this))
+ , _vdev(VclPtr<VirtualDevice>::Create(*this))
{
_vdev->EnableRTL(IsRTLEnabled());
}