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

himajin100000 himajin100000 at gmail.com
Sat Mar 31 10:40:47 UTC 2018


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

New commits:
commit 1e73a1bfab8abe658e2864ae1512737e489dfb0f
Author: himajin100000 <himajin100000 at gmail.com>
Date:   Thu Mar 29 02:05:27 2018 +0900

    Added includes that are only used in DEBUG builds
    
    Change-Id: I80f835ce31d44c1df32955fdc48f0accfb062747
    Reviewed-on: https://gerrit.libreoffice.org/52162
    Tested-by: Jenkins <ci at libreoffice.org>
    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 e1d846ba8546..e42f064d156f 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -58,6 +58,10 @@
 #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