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 /include/sfx2 | |
parent | d8f90e02a426b7aafa24450993e5f4b97f59b8a4 (diff) |
remove unused code SfxTemplatePanelControl::SetParagraphFamily()
Change-Id: Id2edc693bcac57ebc56db2115829f77c202d8f62
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/templdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx index 7373c23d5bb9..25b152aee92c 100644 --- a/include/sfx2/templdlg.hxx +++ b/include/sfx2/templdlg.hxx @@ -94,8 +94,6 @@ public: virtual void StateChanged( StateChangedType nStateChange ); virtual void FreeResource (void); - void SetParagraphFamily(); - private: SfxTemplateDialog_Impl* pImpl; SfxBindings* mpBindings; |