diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-07-24 19:46:37 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-07 16:52:29 +0200 |
commit | 4aef9f5e330a4228b2355fa97900dcede3e375c4 (patch) | |
tree | 1898b9861f3041a8f4144fe131f5e6fd105b786d /include/editeng/editobj.hxx | |
parent | c0998d9481cd57560a4d549d760f0be9da510306 (diff) |
EditEngine: Removing BIN format
Change-Id: I2752af754316e1402aa51b97895bcf0bf915676f
Reviewed-on: https://gerrit.libreoffice.org/40372
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r-- | include/editeng/editobj.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx index 2807aa96a962..33a32ec9f222 100644 --- a/include/editeng/editobj.hxx +++ b/include/editeng/editobj.hxx @@ -92,8 +92,6 @@ public: EditTextObject* Clone() const; - void Store( SvStream& rOStream ) const; - static EditTextObject* Create( SvStream& rIStream ); sal_Int32 GetParagraphCount() const; |