From e054b898e7510388d613e4f918afce53aa5444c7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 6 Oct 2017 15:58:13 +0200 Subject: drop use of tools::SvRef in xmloff instead of mixing and matching rtl::Reference and tools::SvRef, lets just use rtl::Reference Change-Id: I5d77c8a662e1455f97935e5f4a99e484e8cad332 Reviewed-on: https://gerrit.libreoffice.org/43205 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/xmloff/xmlictxt.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index d22a72394504..77f701795f32 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -116,10 +116,6 @@ public: const css::uno::Reference< css::xml::sax::XFastAttributeList > & Attribs) override; virtual void SAL_CALL characters(const OUString & aChars) override; - - void AddFirstRef(); - void AddNextRef(); - void ReleaseRef(); }; #endif // INCLUDED_XMLOFF_XMLICTXT_HXX -- cgit