Tag: cws_dev300_rptchart02 User: oj Date: 2008-04-16 10:20:08+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: remove class as well File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.87.2.1&r2=1.87.2.2 Delta lines: +1 -26 -------------------- --- genericcontroller.cxx 2008-04-16 09:26:03+0000 1.87.2.1 +++ genericcontroller.cxx 2008-04-16 10:19:59+0000 1.87.2.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: genericcontroller.cxx,v $ - * $Revision: 1.87.2.1 $ + * $Revision: 1.87.2.2 $ * * This file is part of OpenOffice.org. * @@ -156,31 +156,6 @@ typedef ::std::hash_map< sal_Int16, sal_Int16 > CommandHashMap; typedef ::std::list< DispatchInformation > DispatchInfoList; -class DispatchForwardHelper_Impl : public ::cppu::WeakImplHelper1< frame::XDispatch > -{ - uno::Reference< frame::XDispatch > m_xDispatch; - -public: - DispatchForwardHelper_Impl(const uno::Reference< frame::XDispatch >& _xDispatch) : m_xDispatch(_xDispatch){ } -private: - virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, - const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs ) - throw( ::com::sun::star::uno::RuntimeException ) - { - m_xDispatch->dispatch(aURL,aArgs); - } - virtual void SAL_CALL addStatusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, - const ::com::sun::star::util::URL& aURL) - throw( ::com::sun::star::uno::RuntimeException ) - { - m_xDispatch->addStatusListener(xControl,aURL); - } - - virtual void SAL_CALL removeStatusListener(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com::sun::star::uno::RuntimeException ) - { - m_xDispatch->removeStatusListener(xControl,aURL); - } -}; // ------------------------------------------------------------------------- const ::rtl::OUString& getConfirmDeletionURL() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
