diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:33:27 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:34:16 +0100 |
commit | 14168dfb75d5846ded49e15ab394b9934d9033df (patch) | |
tree | e03421dacaf3128d866e04396fc19570ea11afa8 /vcl/source | |
parent | 4804ed902a00cf72f86caa75cb6b6a04ffd72493 (diff) |
vcl cleanup post re-base.
Change-Id: I2500a2079cd029505f404f34c9b3d9ec1961afbd
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index b421606c5a24..a3578fbd4afd 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -833,7 +833,7 @@ void DbgGUIStart() if ( pData ) { - ScopedVclPtrInstance< DbgDialog > pDialog; + ScopedVclPtrInstance< DbgDialog > xDialog; // we switch off dialog tests for the debug dialog sal_uLong nOldFlags = pData->nTestFlags; pData->nTestFlags &= ~DBG_TEST_DIALOG; |