include/sfx2/templdlg.hxx | 1 - sfx2/source/inc/templdgi.hxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit fa551c422426962194b6bff4234f12eb5bdf57ca Author: Caolán McNamara <caol...@redhat.com> Date: Thu May 29 11:16:47 2014 +0100 remove unused virtual method, slim this down initially Change-Id: Ie4a912cc3c144c47a4bb59551ebb1c68f302569e diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx index cc7344c..bc6cdc7 100644 --- a/include/sfx2/templdlg.hxx +++ b/include/sfx2/templdlg.hxx @@ -36,7 +36,6 @@ class ISfxTemplateCommon { public: virtual SfxStyleFamily GetActualFamily() const = 0; - virtual OUString GetSelectedEntry() const = 0; protected: ~ISfxTemplateCommon() {} diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index d313a6b..e49214b 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -147,7 +147,6 @@ private: ISfxTemplateCommon_Impl( SfxCommonTemplateDialog_Impl* pDialogP ) : pDialog( pDialogP ) {} virtual ~ISfxTemplateCommon_Impl() {} virtual SfxStyleFamily GetActualFamily() const SAL_OVERRIDE { return pDialog->GetActualFamily(); } - virtual OUString GetSelectedEntry() const SAL_OVERRIDE { return pDialog->GetSelectedEntry(); } }; ISfxTemplateCommon_Impl aISfxTemplateCommon;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits