diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-18 08:56:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:01 +0000 |
commit | 705e5fe94769415cfca60c73eebb8232464645b2 (patch) | |
tree | 9934c6afc11c237b1bc4627d813925c8985940cd /editeng | |
parent | fd094baaf79e391f99da9c8259b13144e8de7847 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/editview.hxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editview.cxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/editeng/inc/editeng/editview.hxx b/editeng/inc/editeng/editview.hxx index 887439ef3267..ef02fa98bcba 100644 --- a/editeng/inc/editeng/editview.hxx +++ b/editeng/inc/editeng/editview.hxx @@ -164,7 +164,6 @@ public: const SfxItemSet& GetEmptyItemSet(); SfxItemSet GetAttribs(); void SetAttribs( const SfxItemSet& rSet ); - void SetParaAttribs( const SfxItemSet& rSet, sal_uInt16 nPara ); void RemoveAttribs( sal_Bool bRemoveParaAttribs = sal_False, sal_uInt16 nWhich = 0 ); void RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich = 0 ); void RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs = sal_False ); diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index c94738658e21..239da7ef6c9a 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -500,15 +500,6 @@ void EditView::SetAttribs( const SfxItemSet& rSet ) PIMPEE->FormatAndUpdate( this ); } -void EditView::SetParaAttribs( const SfxItemSet& rSet, sal_uInt16 nPara ) -{ - DBG_CHKTHIS( EditView, 0 ); - DBG_CHKOBJ( pImpEditView->pEditEngine, EditEngine, 0 ); - PIMPEE->SetParaAttribs( nPara, rSet ); - // When you change paragraph attributes you must always format... - PIMPEE->FormatAndUpdate( this ); -} - void EditView::RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs ) { DBG_CHKTHIS( EditView, 0 ); |