diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-25 14:54:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-26 06:50:03 +0000 |
commit | e5c1e15eda804463c9021664e868979b019c203e (patch) | |
tree | f87eaace3604bdb94f56b9709608179c336831e7 /include/tools/pstm.hxx | |
parent | 47317f041693db1a9d4618a1d9f7dcefe52b2904 (diff) |
loplugin:expandablemethods in toolkit..tools
Change-Id: I7221bf131d28804ee93474b11973bbc066cc2764
Reviewed-on: https://gerrit.libreoffice.org/30268
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/pstm.hxx')
-rw-r--r-- | include/tools/pstm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx index a15a656e7e60..1693ae7bcda0 100644 --- a/include/tools/pstm.hxx +++ b/include/tools/pstm.hxx @@ -153,8 +153,6 @@ public: SvPersistStream( SvClassManager &, SvStream * pStream ); virtual ~SvPersistStream() override; - void ClearStream(); - SvPersistBase * GetObject( Index nIdx ) const; Index GetIndex( SvPersistBase * ) const; |