Remove unused reference class

Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
This commit is contained in:
Takeshi Abe 2012-09-13 18:27:08 +09:00
parent 601e7d4f5e
commit 7580802e9f
4 changed files with 0 additions and 9 deletions

View file

@ -164,8 +164,6 @@ public:
void triggerTerminateEvent( void );
};
SV_DECL_IMPL_REF(SbClassModuleObject);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -101,8 +101,6 @@ public:
virtual SbxVariable* Find( const rtl::OUString& rName, SbxClassType t );
};
SV_DECL_IMPL_REF(SbObjModule);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -62,8 +62,6 @@ public:
{ mbSet = bSet; }
};
SV_DECL_IMPL_REF(SbProcedureProperty)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -35,9 +35,6 @@ public:
virtual SbxClassType GetClass() const;
};
SV_DECL_REF(SbxMethod)
SV_IMPL_REF(SbxMethod)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */