[Libreoffice-commits] core.git: extensions/source

Alex Henrie (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 07:06:06 UTC 2019


 extensions/source/update/feed/updatefeed.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 642e33e53f965d8f85d55f092809c4c5c23bba5d
Author:     Alex Henrie <alexhenrie24 at gmail.com>
AuthorDate: Tue Dec 3 22:05:02 2019 -0700
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 18 08:04:19 2019 +0100

    Remove unused exception imports from updatefeed.cxx
    
    This reverts commit 1e73a1bfab8abe658e2864ae1512737e489dfb0f.
    
    Change-Id: I5f3c62ffafd3e15b62227766e15a944c76d11978
    Reviewed-on: https://gerrit.libreoffice.org/84294
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx
index 15152721c35d..6642d977b1eb 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -59,10 +59,6 @@
 #include <osl/conditn.hxx>
 #include <vcl/svapp.hxx>
 
-#ifdef DEBUG
-#include <com/sun/star/io/NotConnectedException.hpp>
-#include <com/sun/star/io/BufferSizeExceededException.hpp>
-#endif
 namespace beans = com::sun::star::beans ;
 namespace container = com::sun::star::container ;
 namespace deployment = com::sun::star::deployment ;


More information about the Libreoffice-commits mailing list