diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-07-26 01:13:31 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-07 23:23:02 +0200 |
commit | 1e4b1e4a1aca3b333820b0a865997e6f62e80064 (patch) | |
tree | 475d33289c60666bc8cce4e8e6484fdf7a70f6d9 /include/editeng/paravertalignitem.hxx | |
parent | 3e177ed2468e535a943dd271f242eca412346f3a (diff) |
Removing unused SfxItemPool serialisation from editeng
Change-Id: I051201c272b7acdd48d54cc0c230f8b432196188
Reviewed-on: https://gerrit.libreoffice.org/40429
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/editeng/paravertalignitem.hxx')
-rw-r--r-- | include/editeng/paravertalignitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/paravertalignitem.hxx b/include/editeng/paravertalignitem.hxx index dc8d695e2c91..53da2d2d585c 100644 --- a/include/editeng/paravertalignitem.hxx +++ b/include/editeng/paravertalignitem.hxx @@ -41,8 +41,6 @@ public: const sal_uInt16 nId ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; - virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const override; virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, |