include/svl/itemset.hxx |    2 +-
 include/svx/svdobj.hxx  |    2 +-
 sd/inc/sdpage.hxx       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit efd6106f098fb327aa84223883da413313f3d7e4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 9 15:24:44 2014 +0100

    de-virtualize these stringify methods, nothing overrides them
    
    Change-Id: Id523ae3f50147fd778a1576c2851d01e1ea8c3ae

diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 83d6ed7..2e4b61e 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 5b57cf2..84ebec0 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
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index d73b324..dc53ce4 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -379,7 +379,7 @@ public:
     const sd::AnnotationVector& getAnnotations() const { return maAnnotations; 
}
     bool hasAnnotations() const { return !maAnnotations.empty(); }
     sal_Int32 getHash() const;
-    virtual OString stringify() const;
+    OString stringify() const;
 
 
 private:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to