From efd6106f098fb327aa84223883da413313f3d7e4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 Jun 2014 15:24:44 +0100 Subject: de-virtualize these stringify methods, nothing overrides them Change-Id: Id523ae3f50147fd778a1576c2851d01e1ea8c3ae --- include/svl/itemset.hxx | 2 +- include/svx/svdobj.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 83d6ed7578b0..2e4b61e2f40e 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -145,7 +145,7 @@ public: bool operator==(const SfxItemSet &) const; sal_Int32 getHash() const; - virtual OString stringify() const; + OString stringify() const; }; inline void SfxItemSet::SetParent( const SfxItemSet* pNew ) diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 5b57cf2f0b36..84ebec038420 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -995,7 +995,7 @@ public: // #i121917# virtual bool HasText() const; - virtual OString stringify() const; + OString stringify() const; protected: // Sets a new UNO shape -- cgit