diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-18 11:53:51 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-01-20 21:32:38 +0000 |
commit | c137d3c939c8ef7bf3c2443779db1ef5f6e03a38 (patch) | |
tree | a0273ea41cc116efcb602b6a7f97a39e57cc2f1f /include | |
parent | be8dda375e8bde29030c471bf147b32080e26613 (diff) |
Removed unused solar.h reference in svtools
Change-Id: Ic1dc7c32bb749888bc8751d4d488ba76e46b155f
Reviewed-on: https://gerrit.libreoffice.org/7517
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/apearcfg.hxx | 1 | ||||
-rw-r--r-- | include/svtools/htmlcfg.hxx | 4 | ||||
-rw-r--r-- | include/svtools/htmltokn.h | 1 | ||||
-rw-r--r-- | include/svtools/parhtml.hxx | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/apearcfg.hxx b/include/svtools/apearcfg.hxx index 4f12cb81ced8..45a8e8fac2f5 100644 --- a/include/svtools/apearcfg.hxx +++ b/include/svtools/apearcfg.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SVTOOLS_APEARCFG_HXX #include <svtools/svtdllapi.h> -#include <tools/solar.h> #include <unotools/configitem.hxx> class Application; diff --git a/include/svtools/htmlcfg.hxx b/include/svtools/htmlcfg.hxx index 42ac7c2b0e64..678c417b54df 100644 --- a/include/svtools/htmlcfg.hxx +++ b/include/svtools/htmlcfg.hxx @@ -19,9 +19,6 @@ #ifndef INCLUDED_SVTOOLS_HTMLCFG_HXX #define INCLUDED_SVTOOLS_HTMLCFG_HXX -// ----------------------------------------------------------------------- - -#include <tools/solar.h> #include <unotools/configitem.hxx> #include <svtools/svtdllapi.h> @@ -37,7 +34,6 @@ class Link; struct HtmlOptions_Impl; -// ----------------------------------------------------------------------- class SVT_DLLPUBLIC SvxHtmlOptions : public utl::ConfigItem { diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h index 6539f1a869fd..6e13eb594666 100644 --- a/include/svtools/htmltokn.h +++ b/include/svtools/htmltokn.h @@ -22,7 +22,6 @@ #include <svtools/svtdllapi.h> #include <sal/types.h> -#include <tools/solar.h> namespace rtl { class OUString; diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx index 1b448436575b..65817b8dd0f9 100644 --- a/include/svtools/parhtml.hxx +++ b/include/svtools/parhtml.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVTOOLS_PARHTML_HXX #include <svtools/svtdllapi.h> -#include <tools/solar.h> #include <svtools/svparser.hxx> #include <boost/ptr_container/ptr_vector.hpp> |