summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-09 15:24:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-09 16:24:40 +0100
commitefd6106f098fb327aa84223883da413313f3d7e4 (patch)
tree1ee604a41616c4e8c0993fdcc7d1f116eab693c5 /sd/inc/sdpage.hxx
parent0584e7233ebf663bbcdc3fe929c0172d895b94ea (diff)
de-virtualize these stringify methods, nothing overrides them
Change-Id: Id523ae3f50147fd778a1576c2851d01e1ea8c3ae
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index d73b3245539b..dc53ce4a33fc 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: