diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-21 16:21:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:58 +0200 |
commit | 2a4ac6cc8179282d80532da0e97c983a2527abe3 (patch) | |
tree | 68f389ebe5b18ffcb9e64663c96273043fdaeefd /sfx2 | |
parent | d8f90e02a426b7aafa24450993e5f4b97f59b8a4 (diff) |
remove unused code SfxTemplatePanelControl::SetParagraphFamily()
Change-Id: Id2edc693bcac57ebc56db2115829f77c202d8f62
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 54d09f7bcbf8..e4bcbb541a05 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -412,17 +412,6 @@ SfxTemplatePanelControl::~SfxTemplatePanelControl (void) -void SfxTemplatePanelControl::SetParagraphFamily() -{ - // first select the paragraph family - pImpl->FamilySelect( SFX_STYLE_FAMILY_PARA ); - // then select the automatic filter - pImpl->SetAutomaticFilter(); -} - - - - void SfxTemplatePanelControl::DataChanged( const DataChangedEvent& _rDCEvt ) { if ( ( DATACHANGED_SETTINGS == _rDCEvt.GetType() ) && |