Kaydet (Commit) 7b6525c9 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

removing remaining tools types from toolkit

üst 8a78e5b7
...@@ -536,7 +536,7 @@ public: ...@@ -536,7 +536,7 @@ public:
virtual void SAL_CALL removeTabListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabListener >& Listener ) throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL removeTabListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabListener >& Listener ) throw (::com::sun::star::uno::RuntimeException);
// C++ // C++
TabControl* getTabControl() const throw ( ::com::sun::star::uno::RuntimeException); TabControl* getTabControl() const throw ( ::com::sun::star::uno::RuntimeException);
USHORT insertTab( TabPage*, rtl::OUString& sTitle ); sal_uInt16 insertTab( TabPage*, rtl::OUString& sTitle );
static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds ); static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); } virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); }
}; };
......
...@@ -104,7 +104,7 @@ extern const sal_Char szServiceName_GridControlModel[]; ...@@ -104,7 +104,7 @@ extern const sal_Char szServiceName_GridControlModel[];
extern const sal_Char szServiceName_DefaultGridDataModel[]; extern const sal_Char szServiceName_DefaultGridDataModel[];
extern const sal_Char szServiceName_DefaultGridColumnModel[]; extern const sal_Char szServiceName_DefaultGridColumnModel[];
extern const sal_Char szServiceName_GridColumn[]; extern const sal_Char szServiceName_GridColumn[];
extern const sal_Char __FAR_DATA szServiceName_SortableGridDataModel[]; extern const sal_Char szServiceName_SortableGridDataModel[];
extern const sal_Char szServiceName_UnoSimpleAnimationControl[], szServiceName2_UnoSimpleAnimationControl[]; extern const sal_Char szServiceName_UnoSimpleAnimationControl[], szServiceName2_UnoSimpleAnimationControl[];
extern const sal_Char szServiceName_UnoSimpleAnimationControlModel[], szServiceName2_UnoSimpleAnimationControlModel[]; extern const sal_Char szServiceName_UnoSimpleAnimationControlModel[], szServiceName2_UnoSimpleAnimationControlModel[];
......
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