Kaydet (Commit) 7580802e authored tarafından Takeshi Abe's avatar Takeshi Abe

Remove unused reference class

Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
üst 601e7d4f
...@@ -164,8 +164,6 @@ public: ...@@ -164,8 +164,6 @@ public:
void triggerTerminateEvent( void ); void triggerTerminateEvent( void );
}; };
SV_DECL_IMPL_REF(SbClassModuleObject);
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -101,8 +101,6 @@ public: ...@@ -101,8 +101,6 @@ public:
virtual SbxVariable* Find( const rtl::OUString& rName, SbxClassType t ); virtual SbxVariable* Find( const rtl::OUString& rName, SbxClassType t );
}; };
SV_DECL_IMPL_REF(SbObjModule);
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -62,8 +62,6 @@ public: ...@@ -62,8 +62,6 @@ public:
{ mbSet = bSet; } { mbSet = bSet; }
}; };
SV_DECL_IMPL_REF(SbProcedureProperty)
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -35,9 +35,6 @@ public: ...@@ -35,9 +35,6 @@ public:
virtual SbxClassType GetClass() const; virtual SbxClassType GetClass() const;
}; };
SV_DECL_REF(SbxMethod)
SV_IMPL_REF(SbxMethod)
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment