summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-18 11:54:25 -0200
committerMichael Stahl <mstahl@redhat.com>2014-01-20 21:32:46 +0000
commit35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e (patch)
tree714d5e2e283d1c6ff52f46acba38e1ec228af506 /sot
parentRemoved unused solar.h reference in svtools (diff)
downloadcore-35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e.tar.gz
core-35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e.zip
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>
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgavl.hxx2
-rw-r--r--sot/source/sdstor/stgelem.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index 31d1c0f2f049..43bab74195b2 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 822d4e837e1c..8598efc175b6 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;