summaryrefslogtreecommitdiff
path: root/include
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 /include
parent74393875bcad5890a9510c7e8fd8643f63e081c2 (diff)
remove unused virtual method, slim this down initially
Change-Id: Ie4a912cc3c144c47a4bb59551ebb1c68f302569e
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index cc7344c60333..bc6cdc72cb1d 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() {}