From d221d4e5a7c8bcb019d75786c45de2c85bbadb7f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 Jul 2012 21:57:55 +0900 Subject: removed unnecessary forward declarations of class this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf --- scripting/source/protocolhandler/scripthandler.hxx | 1 - scripting/source/stringresource/stringresource.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'scripting') diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index fcc0d9514c43..87bd9b7a2551 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -47,7 +47,6 @@ namespace com { namespace sun { namespace star { } namespace frame { class XFrame; - class XModel; class XDispatch; class XNotifyingDispatch; class XDispatchResultListener; diff --git a/scripting/source/stringresource/stringresource.hxx b/scripting/source/stringresource/stringresource.hxx index f36c5a20339e..3119b9ebfd83 100644 --- a/scripting/source/stringresource/stringresource.hxx +++ b/scripting/source/stringresource/stringresource.hxx @@ -265,7 +265,6 @@ typedef ::cppu::ImplInheritanceHelper1< ::com::sun::star::resource::XStringResourcePersistence > StringResourcePersistenceImpl_BASE; class BinaryOutput; -class BinaryInput; class StringResourcePersistenceImpl : public StringResourcePersistenceImpl_BASE { -- cgit