diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatehdl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx index 2320e7cd993b..522587dea6b7 100644 --- a/extensions/source/update/check/updatehdl.cxx +++ b/extensions/source/update/check/updatehdl.cxx @@ -498,9 +498,6 @@ void UpdateHandler::updateState( UpdateState eState ) if ( meLastState == eState ) return; - if ( isVisible() ) - {} // ToTop(); - OUString sText; switch ( eState ) |