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

Jochen Nitschke j.nitschke+logerrit at ok.de
Mon Jun 27 10:12:31 UTC 2016


 sc/source/ui/view/tabview.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 502793c4304228dcc477259630b006ea08ea6f4e
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Mon Jun 27 07:45:04 2016 +0000

    sc: remove leftover includes
    
    boost::property_tree and std::stringstream usage was removed
    in commit 3464bb16e667d6cabcb02eaaeb07c6938eb9d7a5
    
    Change-Id: Ic752948b580d215ecc5c36e5da8c4b14b8174928
    Reviewed-on: https://gerrit.libreoffice.org/26694
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index be17b1f..79f2ada 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -48,9 +48,7 @@
 
 #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
 
-#include <string>
 #include <algorithm>
-#include <boost/property_tree/json_parser.hpp>
 
 #include <basegfx/tools/zoomtools.hxx>
 


More information about the Libreoffice-commits mailing list