Removed unused solar.h reference in sot

Change-Id: If49a8b583c8805e31abe158c31b3d2c9c79e6e27
Reviewed-on: https://gerrit.libreoffice.org/7518
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
Alexandre Vicenzi
2014-01-18 11:54:25 -02:00
committed by Michael Stahl
parent c137d3c939
commit 35a45cd2b2
3 changed files with 0 additions and 9 deletions

View File

@@ -20,16 +20,11 @@
#ifndef INCLUDED_SOT_SOTDATA_HXX
#define INCLUDED_SOT_SOTDATA_HXX
/*************************************************************************
*************************************************************************/
#include <tools/solar.h>
#include <sot/sotdllapi.h>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <vector>
#include <list>
//==================class SotData_Impl====================================
class SotFactory;
class SotObject;

View File

@@ -20,8 +20,6 @@
#ifndef _STGAVL_HXX
#define _STGAVL_HXX
#include <tools/solar.h>
// This class must be overloaded to define real, living nodes.
// Especially, the compare function must be implemented.

View File

@@ -23,8 +23,6 @@
#ifndef _STGELEM_HXX
#define _STGELEM_HXX
#include <tools/solar.h>
#include <sot/stg.hxx>
class StgIo;