diff options
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r-- | uui/source/iahndl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 4011f6a16324..2406b40b9821 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -895,9 +895,6 @@ UUIInteractionHelper::handleRequest_impl( if ( handlePasswordRequest( rRequest ) ) return true; - if ( handleCookiesRequest( rRequest ) ) - return true; - if ( handleNoSuchFilterRequest( rRequest ) ) return true; |