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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 21 |
2 files changed, 0 insertions, 22 deletions
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) { |