From c605c8d0787f93019722a4146750e01d63e81e07 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Aug 2017 13:24:31 +0200 Subject: SvPersistStream dead since commit 1e4b1e4a1aca3b333820b0a865997e6f62e80064 "Removing unused SfxItemPool serialisation from editeng" Change-Id: I8a3cd36a13b7d2322047c2035e0f23c70ca9cdf0 Reviewed-on: https://gerrit.libreoffice.org/40880 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/inc/basobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl') 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; -- cgit