summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2019-12-03 22:05:02 -0700
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 08:04:19 +0100
commit642e33e53f965d8f85d55f092809c4c5c23bba5d (patch)
tree9d388d583e45ee66f21c26337119f4c24fff340c /extensions
parentf14cd1ad62e6f17f2a1e56a7d4dfb8fad8d5375e (diff)
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@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/feed/updatefeed.cxx4
1 files changed, 0 insertions, 4 deletions
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 ;