[Libreoffice-commits] core.git: include/sfx2 sfx2/source

Caolán McNamara caolanm at redhat.com
Thu May 29 04:01:47 PDT 2014


 include/sfx2/templdlg.hxx    |    1 -
 sfx2/source/inc/templdgi.hxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit fa551c422426962194b6bff4234f12eb5bdf57ca
Author: Caolán McNamara <caolanm at 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;


More information about the Libreoffice-commits mailing list