summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-29 11:16:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-29 12:01:23 +0100
commitfa551c422426962194b6bff4234f12eb5bdf57ca (patch)
tree7f6caa23f7470dc04700165626fde2fa5427015c /sfx2
parent74393875bcad5890a9510c7e8fd8643f63e081c2 (diff)
remove unused virtual method, slim this down initially
Change-Id: Ie4a912cc3c144c47a4bb59551ebb1c68f302569e
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/templdgi.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index d313a6bc44ea..e49214b8c480 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;