diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-15 21:27:43 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-16 00:11:55 +0200 |
commit | 5be19d80f47cca8260cb46ac6e54ac19e5ea2705 (patch) | |
tree | 88e104cd9ee6d3d34f1542b7096b21df2bf54337 /sd/inc | |
parent | 8aae35170281c8b8799f64db749d89155315cf7d (diff) |
Replace stringify by Equals in SdrObject and SdPage
Change-Id: Ia4cf7a5382a05061ff98f423cf5640a51015236d
Reviewed-on: https://gerrit.libreoffice.org/41182
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index b4b72390b6bf..4edb82d0c874 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -375,7 +375,7 @@ public: void addAnnotation( const css::uno::Reference< css::office::XAnnotation >& xAnnotation, int nIndex ); void removeAnnotation( const css::uno::Reference< css::office::XAnnotation >& xAnnotation ); const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } - OString stringify() const; + bool Equals(const SdPage&) const; virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override; sal_uInt16 getPageId() { return mnPageId; } |