summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-26 23:37:38 -0300
committerMarcos Souza <marcos.souza.org@gmail.com>2014-02-27 07:35:41 -0600
commit8240641ce73c682b05f32f9d12649759d6e98b00 (patch)
treeb7caf6164c62377d2df8b444e911168277ca117f /include
parent15246c959ae5ab4e124859a4d8981676f9eb657f (diff)
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@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/shl.hxx1
-rw-r--r--include/tools/unqidx.hxx1
-rw-r--r--include/tools/vcompat.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx
index ebfdc51dd2fa..4da64009e2b4 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 14710f9d71f7..9042476961ce 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 9b602201dbc8..2d0412fe6a86 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)))| \