[Libreoffice-commits] core.git: accessibility/inc comphelper/inc connectivity/inc cppcanvas/inc cppuhelper/inc cppuhelper/Library_cppuhelper.mk dbaccess/inc desktop/inc drawinglayer/inc framework/inc oox/inc reportdesign/inc sal/inc sal/Library_sal.mk sc/inc sdext/inc sd/inc sfx2/inc slideshow/inc svgio/inc svl/inc svtools/inc svx/inc tools/inc uui/inc vbahelper/inc xmloff/inc xmlsecurity/inc

Jochen Nitschke j.nitschke+logerrit at ok.de
Wed Apr 13 19:47:30 UTC 2016


 accessibility/inc/pch/precompiled_acc.hxx         |    1 -
 comphelper/inc/pch/precompiled_comphelper.hxx     |    1 -
 connectivity/inc/pch/precompiled_dbtools.hxx      |    1 -
 cppcanvas/inc/pch/precompiled_cppcanvas.hxx       |    1 -
 cppuhelper/Library_cppuhelper.mk                  |    2 --
 cppuhelper/inc/pch/precompiled_cppuhelper.hxx     |    1 -
 dbaccess/inc/pch/precompiled_dba.hxx              |    1 -
 dbaccess/inc/pch/precompiled_dbaxml.hxx           |    1 -
 dbaccess/inc/pch/precompiled_dbu.hxx              |    1 -
 dbaccess/inc/pch/precompiled_sdbt.hxx             |    1 -
 desktop/inc/pch/precompiled_deploymentgui.hxx     |    1 -
 desktop/inc/pch/precompiled_deploymentmisc.hxx    |    1 -
 drawinglayer/inc/pch/precompiled_drawinglayer.hxx |    1 -
 framework/inc/pch/precompiled_fwk.hxx             |    1 -
 framework/inc/pch/precompiled_fwl.hxx             |    1 -
 oox/inc/pch/precompiled_oox.hxx                   |    1 -
 reportdesign/inc/pch/precompiled_rpt.hxx          |    1 -
 reportdesign/inc/pch/precompiled_rptui.hxx        |    1 -
 reportdesign/inc/pch/precompiled_rptxml.hxx       |    1 -
 sal/Library_sal.mk                                |    1 -
 sal/inc/pch/precompiled_sal.hxx                   |    1 -
 sc/inc/pch/precompiled_sc.hxx                     |    1 -
 sc/inc/pch/precompiled_scfilt.hxx                 |    1 -
 sd/inc/pch/precompiled_sd.hxx                     |    1 -
 sd/inc/pch/precompiled_sdui.hxx                   |    1 -
 sdext/inc/pch/precompiled_PresenterScreen.hxx     |    1 -
 sfx2/inc/pch/precompiled_sfx.hxx                  |    1 -
 slideshow/inc/pch/precompiled_slideshow.hxx       |    1 -
 svgio/inc/pch/precompiled_svgio.hxx               |    1 -
 svl/inc/pch/precompiled_svl.hxx                   |    1 -
 svtools/inc/pch/precompiled_svt.hxx               |    1 -
 svx/inc/pch/precompiled_svx.hxx                   |    1 -
 svx/inc/pch/precompiled_svxcore.hxx               |    1 -
 tools/inc/pch/precompiled_tl.hxx                  |    1 -
 uui/inc/pch/precompiled_uui.hxx                   |    1 -
 vbahelper/inc/pch/precompiled_vbahelper.hxx       |    1 -
 xmloff/inc/pch/precompiled_xo.hxx                 |    1 -
 xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx   |    1 -
 38 files changed, 39 deletions(-)

New commits:
commit c664b27505223257f93f05425c52a88172ca199b
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Wed Apr 13 18:03:43 2016 +0200

    tdf#94306 remove unused boost dependencies
    
    remove <boost/noncopyable.hpp> in pch and
    remove boost from makefile if it was the only boost entry.
    
    Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831
    Reviewed-on: https://gerrit.libreoffice.org/24061
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx
index 32ef6ba..2ef584e 100644
--- a/accessibility/inc/pch/precompiled_acc.hxx
+++ b/accessibility/inc/pch/precompiled_acc.hxx
@@ -53,7 +53,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx
index 912be33..7c42f8e 100644
--- a/comphelper/inc/pch/precompiled_comphelper.hxx
+++ b/comphelper/inc/pch/precompiled_comphelper.hxx
@@ -38,7 +38,6 @@
 #include <unordered_map>
 #include <utility>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx
index 31b04ad..cf12b43 100644
--- a/connectivity/inc/pch/precompiled_dbtools.hxx
+++ b/connectivity/inc/pch/precompiled_dbtools.hxx
@@ -37,7 +37,6 @@
 #include <string>
 #include <utility>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/type_traits.hpp>
 #include <osl/diagnose.h>
diff --git a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx
index fa5fc4a..b4fd867 100644
--- a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx
+++ b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx
@@ -46,7 +46,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/endian.h>
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk
index 6b9c69c..580a70f 100644
--- a/cppuhelper/Library_cppuhelper.mk
+++ b/cppuhelper/Library_cppuhelper.mk
@@ -23,8 +23,6 @@ $(eval $(call gb_Library_add_defs,cppuhelper,\
 
 $(eval $(call gb_Library_set_precompiled_header,cppuhelper,$(SRCDIR)/cppuhelper/inc/pch/precompiled_cppuhelper))
 
-$(eval $(call gb_Library_use_external,cppuhelper,boost_headers))
-
 $(eval $(call gb_Library_use_libraries,cppuhelper,\
 	cppu \
 	reg \
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
index d528e14..d01118b 100644
--- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
+++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
@@ -27,7 +27,6 @@
 #include <memory>
 #include <new>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
 #include <osl/file.h>
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx
index aa90cb2..77edfdb 100644
--- a/dbaccess/inc/pch/precompiled_dba.hxx
+++ b/dbaccess/inc/pch/precompiled_dba.hxx
@@ -51,7 +51,6 @@
 #include <vector>
 #include <boost/bind.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/optional/optional.hpp>
 #include <osl/diagnose.h>
diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx
index 1e7d015..da594a5 100644
--- a/dbaccess/inc/pch/precompiled_dbaxml.hxx
+++ b/dbaccess/inc/pch/precompiled_dbaxml.hxx
@@ -23,7 +23,6 @@
 #include <cstddef>
 #include <memory>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/file.hxx>
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx
index 84bdc63..3f2491e 100644
--- a/dbaccess/inc/pch/precompiled_dbu.hxx
+++ b/dbaccess/inc/pch/precompiled_dbu.hxx
@@ -33,7 +33,6 @@
 #include <vector>
 #include <boost/bind.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/file.hxx>
diff --git a/dbaccess/inc/pch/precompiled_sdbt.hxx b/dbaccess/inc/pch/precompiled_sdbt.hxx
index 1d75e1f..ee30012 100644
--- a/dbaccess/inc/pch/precompiled_sdbt.hxx
+++ b/dbaccess/inc/pch/precompiled_sdbt.hxx
@@ -22,7 +22,6 @@
 
 #include <algorithm>
 #include <memory>
-#include <boost/noncopyable.hpp>
 #include <rtl/ustrbuf.hxx>
 #include <com/sun/star/lang/NullPointerException.hpp>
 #include <com/sun/star/sdb/CommandType.hpp>
diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx
index 7664dd2..9a18b5e 100644
--- a/desktop/inc/pch/precompiled_deploymentgui.hxx
+++ b/desktop/inc/pch/precompiled_deploymentgui.hxx
@@ -33,7 +33,6 @@
 #include <stddef.h>
 #include <string.h>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/endian.h>
diff --git a/desktop/inc/pch/precompiled_deploymentmisc.hxx b/desktop/inc/pch/precompiled_deploymentmisc.hxx
index f4ea04e..b0d738e 100644
--- a/desktop/inc/pch/precompiled_deploymentmisc.hxx
+++ b/desktop/inc/pch/precompiled_deploymentmisc.hxx
@@ -30,7 +30,6 @@
 #include <string>
 #include <utility>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
diff --git a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx b/drawinglayer/inc/pch/precompiled_drawinglayer.hxx
index 7191617..7eaa2c7 100644
--- a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx
+++ b/drawinglayer/inc/pch/precompiled_drawinglayer.hxx
@@ -32,7 +32,6 @@
 #include <string.h>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/mutex.hxx>
 #include <osl/process.h>
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx
index be4379a..11b6477 100644
--- a/framework/inc/pch/precompiled_fwk.hxx
+++ b/framework/inc/pch/precompiled_fwk.hxx
@@ -53,7 +53,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/shared_array.hpp>
 #include <osl/conditn.h>
diff --git a/framework/inc/pch/precompiled_fwl.hxx b/framework/inc/pch/precompiled_fwl.hxx
index 296fed6..048cc47 100644
--- a/framework/inc/pch/precompiled_fwl.hxx
+++ b/framework/inc/pch/precompiled_fwl.hxx
@@ -58,7 +58,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/conditn.h>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx
index ab6de3c..fac869e 100644
--- a/oox/inc/pch/precompiled_oox.hxx
+++ b/oox/inc/pch/precompiled_oox.hxx
@@ -44,7 +44,6 @@
 #include <boost/algorithm/string.hpp>
 #include <boost/intrusive_ptr.hpp>
 #include <boost/next_prior.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/optional/optional.hpp>
 #include <osl/diagnose.h>
diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx
index b6735fa..37c0ec2 100644
--- a/reportdesign/inc/pch/precompiled_rpt.hxx
+++ b/reportdesign/inc/pch/precompiled_rpt.hxx
@@ -55,7 +55,6 @@
 #include <vector>
 #include <boost/bind.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx
index c6562fc..2769eb1 100644
--- a/reportdesign/inc/pch/precompiled_rptui.hxx
+++ b/reportdesign/inc/pch/precompiled_rptui.hxx
@@ -59,7 +59,6 @@
 #include <vector>
 #include <boost/bind.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/conditn.h>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/reportdesign/inc/pch/precompiled_rptxml.hxx b/reportdesign/inc/pch/precompiled_rptxml.hxx
index 06858fe..19d2998 100644
--- a/reportdesign/inc/pch/precompiled_rptxml.hxx
+++ b/reportdesign/inc/pch/precompiled_rptxml.hxx
@@ -27,7 +27,6 @@
 #include <unordered_set>
 #include <vector>
 #include <boost/bind.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/mutex.hxx>
 #include <rtl/math.hxx>
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 2eb4cb2..80e8124 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -42,7 +42,6 @@ $(eval $(call gb_Library_use_libraries,sal,\
 
 $(eval $(call gb_Library_use_externals,sal,\
     valgrind \
-    boost_headers \
 ))
 
 $(eval $(call gb_Library_use_system_win32_libs,sal,\
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx
index 0db8378..5f94a26 100644
--- a/sal/inc/pch/precompiled_sal.hxx
+++ b/sal/inc/pch/precompiled_sal.hxx
@@ -32,7 +32,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
 #include <osl/doublecheckedlocking.h>
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 8d4deaa..db6cd27 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -59,7 +59,6 @@
 #include <boost/checked_delete.hpp>
 #include <boost/intrusive_ptr.hpp>
 #include <boost/math/special_functions/log1p.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional/optional.hpp>
 #include <boost/property_tree/json_parser.hpp>
 #include <osl/conditn.h>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index 655f610..58908fb 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -49,7 +49,6 @@
 #include <utility>
 #include <vector>
 #include <boost/checked_delete.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx
index b0555fb..40a5d61 100644
--- a/sd/inc/pch/precompiled_sd.hxx
+++ b/sd/inc/pch/precompiled_sd.hxx
@@ -44,7 +44,6 @@
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
 #include <boost/limits.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/optional/optional.hpp>
 #include <boost/property_tree/json_parser.hpp>
diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx
index 664d694..e24f819 100644
--- a/sd/inc/pch/precompiled_sdui.hxx
+++ b/sd/inc/pch/precompiled_sdui.hxx
@@ -54,7 +54,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx
index 263c970..d475499 100644
--- a/sdext/inc/pch/precompiled_PresenterScreen.hxx
+++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx
@@ -41,7 +41,6 @@
 #include <utility>
 #include <vector>
 #include <boost/bind.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
 #include <osl/getglobalmutex.hxx>
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx
index 9c39828..a6fda69 100644
--- a/sfx2/inc/pch/precompiled_sfx.hxx
+++ b/sfx2/inc/pch/precompiled_sfx.hxx
@@ -44,7 +44,6 @@
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
 #include <boost/logic/tribool.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx
index d4e156e..6e98e34 100644
--- a/slideshow/inc/pch/precompiled_slideshow.hxx
+++ b/slideshow/inc/pch/precompiled_slideshow.hxx
@@ -52,7 +52,6 @@
 #include <typeinfo>
 #include <utility>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
diff --git a/svgio/inc/pch/precompiled_svgio.hxx b/svgio/inc/pch/precompiled_svgio.hxx
index 5a2d5db..6f8ee9e 100644
--- a/svgio/inc/pch/precompiled_svgio.hxx
+++ b/svgio/inc/pch/precompiled_svgio.hxx
@@ -24,7 +24,6 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional/optional.hpp>
 #include <osl/process.h>
 #include <osl/thread.h>
diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx
index a4bd883..aefa725 100644
--- a/svl/inc/pch/precompiled_svl.hxx
+++ b/svl/inc/pch/precompiled_svl.hxx
@@ -29,7 +29,6 @@
 #include <stddef.h>
 #include <string.h>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/endian.h>
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index ac01748..275fab4 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -50,7 +50,6 @@
 #include <vector>
 #include <boost/dynamic_bitset.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx
index 17916bd..fdee29a 100644
--- a/svx/inc/pch/precompiled_svx.hxx
+++ b/svx/inc/pch/precompiled_svx.hxx
@@ -45,7 +45,6 @@
 #include <utility>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index 176cf84..56529e6 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -53,7 +53,6 @@
 #include <vector>
 #include <boost/assign/list_of.hpp>
 #include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/optional/optional.hpp>
 #include <osl/conditn.h>
diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx
index 7cf7eb7..6c73718 100644
--- a/tools/inc/pch/precompiled_tl.hxx
+++ b/tools/inc/pch/precompiled_tl.hxx
@@ -34,7 +34,6 @@
 #include <string.h>
 #include <vector>
 #include <boost/checked_delete.hpp>
-#include <boost/noncopyable.hpp>
 #include <boost/optional/optional.hpp>
 #include <boost/rational.hpp>
 #include <osl/diagnose.h>
diff --git a/uui/inc/pch/precompiled_uui.hxx b/uui/inc/pch/precompiled_uui.hxx
index 0816869..0057fcb 100644
--- a/uui/inc/pch/precompiled_uui.hxx
+++ b/uui/inc/pch/precompiled_uui.hxx
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
 #include <osl/file.hxx>
diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx
index 0138fa5..ec068e8 100644
--- a/vbahelper/inc/pch/precompiled_vbahelper.hxx
+++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx
@@ -31,7 +31,6 @@
 #include <unordered_map>
 #include <utility>
 #include <vector>
-#include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <osl/diagnose.h>
 #include <osl/file.hxx>
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx
index b1ac1e3..b97bc24 100644
--- a/xmloff/inc/pch/precompiled_xo.hxx
+++ b/xmloff/inc/pch/precompiled_xo.hxx
@@ -44,7 +44,6 @@
 #include <utility>
 #include <vector>
 #include <boost/iterator_adaptors.hpp>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
 #include <osl/endian.h>
diff --git a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx
index 0a5a356..089c219 100644
--- a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx
+++ b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <string>
 #include <utility>
-#include <boost/noncopyable.hpp>
 #include <osl/diagnose.h>
 #include <osl/doublecheckedlocking.h>
 #include <osl/file.h>


More information about the Libreoffice-commits mailing list