[Libreoffice-commits] core.git: reportdesign/inc sd/inc sw/inc

Noel Grandin noel at peralex.com
Sun Jan 31 23:54:19 PST 2016


 reportdesign/inc/pch/precompiled_rptui.hxx |    1 -
 sd/inc/pch/precompiled_sdui.hxx            |    1 -
 sw/inc/pch/precompiled_msword.hxx          |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 30c4cc2f09144b80216bca03089970348126fb5e
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Feb 1 08:39:58 2016 +0200

    boost::unordered_set is not used anymore
    
    Change-Id: I0d38b254a1a23c124247a7b747f5d1331c571f54
    Reviewed-on: https://gerrit.libreoffice.org/21977
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx
index 8b52be9..dc85cee 100644
--- a/reportdesign/inc/pch/precompiled_rptui.hxx
+++ b/reportdesign/inc/pch/precompiled_rptui.hxx
@@ -62,7 +62,6 @@
 #include <boost/mem_fn.hpp>
 #include <boost/noncopyable.hpp>
 #include <boost/shared_array.hpp>
-#include <boost/unordered_set.hpp>
 #include <osl/conditn.h>
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx
index c8182d0..ab9d1bd 100644
--- a/sd/inc/pch/precompiled_sdui.hxx
+++ b/sd/inc/pch/precompiled_sdui.hxx
@@ -58,7 +58,6 @@
 #include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/shared_array.hpp>
-#include <boost/unordered_set.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
 #include <osl/doublecheckedlocking.h>
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx
index b1c899f..34cfaa1 100644
--- a/sw/inc/pch/precompiled_msword.hxx
+++ b/sw/inc/pch/precompiled_msword.hxx
@@ -67,7 +67,6 @@
 #include <boost/noncopyable.hpp>
 #include <boost/optional.hpp>
 #include <boost/shared_array.hpp>
-#include <boost/unordered_set.hpp>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
 #include <osl/doublecheckedlocking.h>


More information about the Libreoffice-commits mailing list