Kaydet (Commit) c137d3c9 authored tarafından Alexandre Vicenzi's avatar Alexandre Vicenzi Kaydeden (comit) Michael Stahl

Removed unused solar.h reference in svtools

Change-Id: Ic1dc7c32bb749888bc8751d4d488ba76e46b155f
Reviewed-on: https://gerrit.libreoffice.org/7517Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst be8dda37
......@@ -20,7 +20,6 @@
#define INCLUDED_SVTOOLS_APEARCFG_HXX
#include <svtools/svtdllapi.h>
#include <tools/solar.h>
#include <unotools/configitem.hxx>
class Application;
......
......@@ -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
{
......
......@@ -22,7 +22,6 @@
#include <svtools/svtdllapi.h>
#include <sal/types.h>
#include <tools/solar.h>
namespace rtl {
class OUString;
......
......@@ -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>
......
......@@ -379,7 +379,6 @@
#include <tools/resmgr.hxx>
#include <tools/rtti.hxx>
#include <tools/shl.hxx>
#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/tenccvt.hxx>
#include <tools/time.hxx>
......
......@@ -21,7 +21,6 @@
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/rtti.hxx>
#include <tools/solar.h>
#include <svtools/unoevent.hxx>
#include <svl/macitem.hxx>
......@@ -40,9 +39,6 @@ using ::cppu::WeakImplHelper2;
const sal_Char sAPI_ServiceName[] = "com.sun.star.container.XNameReplace";
const sal_Char sAPI_SvDetachedEventDescriptor[] = "SvDetachedEventDescriptor";
//
// SvBaseEventDescriptor
//
SvBaseEventDescriptor::SvBaseEventDescriptor( const SvEventDescription* pSupportedMacroItems ) :
sEventType("EventType"),
......@@ -373,13 +369,6 @@ void SvBaseEventDescriptor::getMacroFromAny(
}
//
// SvEventDescriptor
//
SvEventDescriptor::SvEventDescriptor(
XInterface& rParent,
const SvEventDescription* pSupportedMacroItems) :
......@@ -428,12 +417,6 @@ void SvEventDescriptor::getByName(
}
//
// SvDetachedEventDescriptor
//
SvDetachedEventDescriptor::SvDetachedEventDescriptor(
const SvEventDescription* pSupportedMacroItems) :
SvBaseEventDescriptor(pSupportedMacroItems),
......@@ -526,10 +509,6 @@ sal_Bool SvDetachedEventDescriptor::hasByName(
}
//
// SvMacroTableEventDescriptor
//
SvMacroTableEventDescriptor::SvMacroTableEventDescriptor(const SvEventDescription* pSupportedMacroItems) :
SvDetachedEventDescriptor(pSupportedMacroItems)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment