Tag: cws_dev300_rptchart02 User: oj Date: 2008-04-03 06:33:02+0000 Modified: dba/reportdesign/inc/RptObject.hxx dba/reportdesign/inc/UndoEnv.hxx
Log: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: RptObject.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/RptObject.hxx?r1=1.5.4.1&r2=1.5.4.2 Delta lines: +3 -13 -------------------- --- RptObject.hxx 2008-03-12 09:45:15+0000 1.5.4.1 +++ RptObject.hxx 2008-04-03 06:33:00+0000 1.5.4.2 @@ -99,7 +99,6 @@ public: TYPEINFO(); DlgEdHint( DlgEdHintKind eHint ); - DlgEdHint( DlgEdHintKind eHint, OUnoObject* pObj ); virtual ~DlgEdHint(); inline DlgEdHintKind GetKind() const { return eHintKind; } @@ -134,7 +133,6 @@ inline sal_Bool isListening() const { return m_bIsListening; } void SetPropsFromRect(const Rectangle& _rRect); - void PositionAndSizeChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ); virtual void SetSnapRectImpl(const Rectangle& _rRect) = 0; virtual SdrPage* GetImplPage() const = 0; @@ -156,11 +154,6 @@ // PropertyChangeListener virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException); - // ContainerListener - void _elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); - void _elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); - void _elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); - sal_Bool supportsService( const ::rtl::OUString& _sServiceName ) const; ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> getReportComponent() const; @@ -274,9 +267,6 @@ sal_uInt16 m_nObjectType; protected: - OUnoObject( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent - ,const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _xControlModel - ,sal_uInt16 _nObjectType); OUnoObject(const ::rtl::OUString& _sComponentName ,const ::rtl::OUString& rModelName ,sal_uInt16 _nObjectType); File [changed]: UndoEnv.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/UndoEnv.hxx?r1=1.2.100.1&r2=1.2.100.2 Delta lines: +3 -7 ------------------- --- UndoEnv.hxx 2008-03-12 09:45:15+0000 1.2.100.1 +++ UndoEnv.hxx 2008-04-03 06:33:00+0000 1.2.100.2 @@ -92,10 +92,6 @@ */ void RemoveSection(OReportPage* _pPage); - // readonly-ness - void SetReadOnly( sal_Bool bRead, const Accessor& ); - sal_Bool IsReadOnly() const; - protected: // XEventListener virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
