diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-04-28 11:44:09 +0200 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-04-28 11:44:09 +0200 |
commit | 3807193d03962da3247a7b74bd58d2d511786fc2 (patch) | |
tree | 0e8b3abf9015f08bf96c519b94f10fa04a4c9023 /desktop/source/app | |
parent | 9bfe25036358e6befdb2e9ddcbc1084f6a3d8c7f (diff) |
jl152 import 263451 from native0jl:#i77196# Use ExtensionManager instead of PackageManager
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/check_ext_deps.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index 6a9beae58ccd..c3eb81dfc3ec 100644 --- a/desktop/source/app/check_ext_deps.cxx +++ b/desktop/source/app/check_ext_deps.cxx @@ -163,7 +163,7 @@ void SilentCommandEnv::push( uno::Any const & rStatus ) if ( rStatus.hasValue() && ( rStatus >>= sText) ) { - if ( mnLevel == 1 ) + if ( mnLevel <= 2 ) mpDesktop->SetSplashScreenText( sText ); else mpDesktop->SetSplashScreenProgress( ++mnProgress ); |