summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svtools/apearcfg.hxx1
-rw-r--r--include/svtools/htmlcfg.hxx4
-rw-r--r--include/svtools/htmltokn.h1
-rw-r--r--include/svtools/parhtml.hxx1
-rw-r--r--svtools/inc/pch/precompiled_svt.hxx1
-rw-r--r--svtools/source/uno/unoevent.cxx21
6 files changed, 0 insertions, 29 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>
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index e1d5c621d1e3..fd97b7b7e00c 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -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>
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx
index c75a2bf9f3f9..0284f7e779a7 100644
--- a/svtools/source/uno/unoevent.cxx
+++ b/svtools/source/uno/unoevent.cxx
@@ -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)
{