fdo#63154 Remove old solar.h references

Remove some unused references in tools.
Change sal_uLong to sal_uInt32 in filter and vcl.

Change-Id: I92b928b980b2e7371edddfd74face10d5bec07df
Reviewed-on: https://gerrit.libreoffice.org/8480
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexandre Vicenzi
2014-03-07 01:57:34 -03:00
committed by Caolán McNamara
parent c95abf20eb
commit 17c8678595
8 changed files with 15 additions and 19 deletions

View File

@@ -20,7 +20,6 @@
#define INCLUDED_TOOLS_FONTENUM_HXX
#include <sal/types.h>
#include <tools/solar.h>
#ifndef ENUM_FONTFAMILY_DECLARED
#define ENUM_FONTFAMILY_DECLARED

View File

@@ -20,7 +20,6 @@
#define INCLUDED_TOOLS_FRACT_HXX
#include <tools/toolsdllapi.h>
#include <tools/solar.h>
class SvStream;