diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:44:45 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:44:45 +0100 |
commit | 746b518ceff830f8ac1f29c8871ad379793eb12e (patch) | |
tree | ab515eba82685d3b069cd74cc32c95f80143f366 /desktop/source/splash | |
parent | 14168dfb75d5846ded49e15ab394b9934d9033df (diff) |
More misc. cleanup.
Change-Id: I91d2c45a7082fd989f440fff9e1322e4571dc2b2
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index cb1630a2c15a..ae80ddc2f991 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -629,7 +629,7 @@ void SplashScreenWindow::Paint( const Rectangle&) } if( (DrawNativeControl( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect, - ControlState::ENABLED, aValue, _sProgressText )) ) + ControlState::ENABLED, aValue, pSpl->_sProgressText )) ) { return; } |