[Libreoffice-commits] core.git: comphelper/inc comphelper/source

Mario J. Rugiero mrugiero at gmail.com
Sun Nov 8 22:01:13 PST 2015


 comphelper/inc/pch/precompiled_comphelper.hxx |    1 -
 comphelper/source/property/property.cxx       |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 960d03211e471bd5f6d3dd33ae929dfe43d47402
Author: Mario J. Rugiero <mrugiero at gmail.com>
Date:   Sun Nov 8 19:14:26 2015 -0300

    Cleanup two unused boost/bind includes in comphelper.
    
    Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f
    Reviewed-on: https://gerrit.libreoffice.org/19844
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx
index cfc8055..d83ade8 100644
--- a/comphelper/inc/pch/precompiled_comphelper.hxx
+++ b/comphelper/inc/pch/precompiled_comphelper.hxx
@@ -16,7 +16,6 @@
 
 #include <algorithm>
 #include <assert.h>
-#include <boost/bind.hpp>
 #include <boost/current_function.hpp>
 #include <boost/noncopyable.hpp>
 #include <memory>
diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx
index f22561c..bcf7609 100644
--- a/comphelper/source/property/property.cxx
+++ b/comphelper/source/property/property.cxx
@@ -34,7 +34,6 @@
 #include <com/sun/star/uno/genfunc.h>
 
 #include <algorithm>
-#include <boost/bind.hpp>
 
 
 namespace comphelper


More information about the Libreoffice-commits mailing list