Remove unused reference class
Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
This commit is contained in:
parent
601e7d4f5e
commit
7580802e9f
4 changed files with 0 additions and 9 deletions
|
@ -164,8 +164,6 @@ public:
|
|||
void triggerTerminateEvent( void );
|
||||
};
|
||||
|
||||
SV_DECL_IMPL_REF(SbClassModuleObject);
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -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: */
|
||||
|
|
|
@ -62,8 +62,6 @@ public:
|
|||
{ mbSet = bSet; }
|
||||
};
|
||||
|
||||
SV_DECL_IMPL_REF(SbProcedureProperty)
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue