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/svtools/htmlcfg.hxx | |
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/svtools/htmlcfg.hxx')
-rw-r--r-- | include/svtools/htmlcfg.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |