diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-29 11:16:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-29 12:01:23 +0100 |
commit | fa551c422426962194b6bff4234f12eb5bdf57ca (patch) | |
tree | 7f6caa23f7470dc04700165626fde2fa5427015c /include | |
parent | 74393875bcad5890a9510c7e8fd8643f63e081c2 (diff) |
remove unused virtual method, slim this down initially
Change-Id: Ie4a912cc3c144c47a4bb59551ebb1c68f302569e
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templdlg.hxx | 1 |
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() {} |