[Libreoffice-commits] core.git: include/sot sot/source
Alexandre Vicenzi
vicenzi.alexandre at gmail.com
Mon Jan 20 13:33:12 PST 2014
include/sot/sotdata.hxx | 5 -----
sot/source/sdstor/stgavl.hxx | 2 --
sot/source/sdstor/stgelem.hxx | 2 --
3 files changed, 9 deletions(-)
New commits:
commit 35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date: Sat Jan 18 11:54:25 2014 -0200
Removed unused solar.h reference in sot
Change-Id: If49a8b583c8805e31abe158c31b3d2c9c79e6e27
Reviewed-on: https://gerrit.libreoffice.org/7518
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/include/sot/sotdata.hxx b/include/sot/sotdata.hxx
index cb14386..88a7dde 100644
--- a/include/sot/sotdata.hxx
+++ b/include/sot/sotdata.hxx
@@ -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;
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index 31d1c0f..43bab74 100644
--- a/sot/source/sdstor/stgavl.hxx
+++ b/sot/source/sdstor/stgavl.hxx
@@ -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.
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 822d4e8..8598efc 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -23,8 +23,6 @@
#ifndef _STGELEM_HXX
#define _STGELEM_HXX
-#include <tools/solar.h>
-
#include <sot/stg.hxx>
class StgIo;
More information about the Libreoffice-commits
mailing list