diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-08 13:24:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-08 20:56:44 +0200 |
commit | c605c8d0787f93019722a4146750e01d63e81e07 (patch) | |
tree | cfb63eb86d3f93027a018d6ae0739bb7e80eacfb /idl | |
parent | 61d49afadb2badc7572b04c73ee682afde1d2e7b (diff) |
SvPersistStream dead
since commit 1e4b1e4a1aca3b333820b0a865997e6f62e80064
"Removing unused SfxItemPool serialisation from editeng"
Change-Id: I8a3cd36a13b7d2322047c2035e0f23c70ca9cdf0
Reviewed-on: https://gerrit.libreoffice.org/40880
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/basobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index cf205644ca17..a1ede771eee9 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -82,7 +82,7 @@ public: } }; -class SvMetaObject : public SvRttiBase +class SvMetaObject : public SvRefBase { protected: OString aName; |