summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-02 21:57:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-02 22:07:55 +0900
commitd221d4e5a7c8bcb019d75786c45de2c85bbadb7f (patch)
tree3a608d53e2916d577dfd0c12addfe7fc0692d3bf /scripting
parent2b6e9bd89a5f93e4352ef1cd0801310d9558343f (diff)
removed unnecessary forward declarations of class
this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/protocolhandler/scripthandler.hxx1
-rw-r--r--scripting/source/stringresource/stringresource.hxx1
2 files changed, 0 insertions, 2 deletions
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
{