diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-09 15:24:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-09 16:24:40 +0100 |
commit | efd6106f098fb327aa84223883da413313f3d7e4 (patch) | |
tree | 1ee604a41616c4e8c0993fdcc7d1f116eab693c5 /include | |
parent | 0584e7233ebf663bbcdc3fe929c0172d895b94ea (diff) |
de-virtualize these stringify methods, nothing overrides them
Change-Id: Id523ae3f50147fd778a1576c2851d01e1ea8c3ae
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/itemset.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 |