diff options
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index e7f8a2927806..2ef5295ec68a 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -251,7 +251,7 @@ void CommandEnvironmentImpl::handle( abort = false; } } - else if (request >>= instExc) + else if (request >>= instExc) { //Only if the unopgk was started with gui + extension then we user is asked. //In console mode there is no asking. |