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

Mario J. Rugiero mrugiero at gmail.com
Sun Oct 25 22:50:10 PDT 2015


 unoxml/source/dom/node.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 96a6ab886f6d3e726fe54f6dc18c6c6769c27716
Author: Mario J. Rugiero <mrugiero at gmail.com>
Date:   Sun Oct 25 18:06:43 2015 -0300

    Remove unneeded boost/bind include from unoxml/source/dom/node.cxx
    
    Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910
    Reviewed-on: https://gerrit.libreoffice.org/19591
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index a01296e..bf378c0 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -26,8 +26,6 @@
 
 #include <algorithm>
 
-#include <boost/bind.hpp>
-
 #include <rtl/uuid.h>
 #include <rtl/instance.hxx>
 #include <osl/mutex.hxx>


More information about the Libreoffice-commits mailing list