[Libreoffice-commits] core.git: include/tools

Alexandre Vicenzi vicenzi.alexandre at gmail.com
Thu Feb 27 05:36:01 PST 2014


 include/tools/shl.hxx     |    1 -
 include/tools/unqidx.hxx  |    1 -
 include/tools/vcompat.hxx |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 8240641ce73c682b05f32f9d12649759d6e98b00
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date:   Wed Feb 26 23:37:38 2014 -0300

    fdo#63154 remove unused solar.h reference in tools
    
    Change-Id: I1ad2f6323a787b9ea38031a1427d99dd47f5e030
    Reviewed-on: https://gerrit.libreoffice.org/8373
    Tested-by: LibreOffice gerrit bot <gerrit at libreoffice.org>
    Reviewed-by: Marcos Souza <marcos.souza.org at gmail.com>

diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx
index ebfdc51..4da6400 100644
--- a/include/tools/shl.hxx
+++ b/include/tools/shl.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_TOOLS_SHL_HXX
 #define INCLUDED_TOOLS_SHL_HXX
 
-#include <tools/solar.h>
 #include <tools/toolsdllapi.h>
 
 // GetAppData()
diff --git a/include/tools/unqidx.hxx b/include/tools/unqidx.hxx
index 14710f9..9042476 100644
--- a/include/tools/unqidx.hxx
+++ b/include/tools/unqidx.hxx
@@ -20,7 +20,6 @@
 #define INCLUDED_TOOLS_UNQIDX_HXX
 
 #include <tools/toolsdllapi.h>
-#include <tools/solar.h>
 #include <tools/contnr.hxx>
 #include <map>
 
diff --git a/include/tools/vcompat.hxx b/include/tools/vcompat.hxx
index 9b60220..2d0412f 100644
--- a/include/tools/vcompat.hxx
+++ b/include/tools/vcompat.hxx
@@ -20,7 +20,6 @@
 #define INCLUDED_TOOLS_VCOMPAT_HXX
 
 #include <tools/toolsdllapi.h>
-#include <tools/solar.h>
 
 #define COMPAT_FORMAT( char1, char2, char3, char4 ) \
     ((sal_uInt32)((((sal_uInt32)(char)(char1)))|                \


More information about the Libreoffice-commits mailing list