removed unnecessary forward declarations of class

this also moved necessary ones to right headers

Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
This commit is contained in:
Takeshi Abe
2012-07-02 21:57:55 +09:00
parent 2b6e9bd89a
commit d221d4e5a7
45 changed files with 20 additions and 144 deletions

View File

@@ -47,7 +47,6 @@ namespace com { namespace sun { namespace star {
}
namespace frame {
class XFrame;
class XModel;
class XDispatch;
class XNotifyingDispatch;
class XDispatchResultListener;

View File

@@ -265,7 +265,6 @@ typedef ::cppu::ImplInheritanceHelper1<
::com::sun::star::resource::XStringResourcePersistence > StringResourcePersistenceImpl_BASE;
class BinaryOutput;
class BinaryInput;
class StringResourcePersistenceImpl : public StringResourcePersistenceImpl_BASE
{