From 849a2471bd649b252648fa4e43be91dab4d9bdc5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 8 Feb 2012 09:12:05 +0000 Subject: update unused list --- sax/inc/sax/tools/converter.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sax/inc') diff --git a/sax/inc/sax/tools/converter.hxx b/sax/inc/sax/tools/converter.hxx index 9883dabdfef6..1fed19eb3bb3 100644 --- a/sax/inc/sax/tools/converter.hxx +++ b/sax/inc/sax/tools/converter.hxx @@ -210,8 +210,6 @@ public: static sal_Int32 decodeBase64SomeChars(com::sun::star::uno::Sequence& aPass, const rtl::OUString& sBuffer); - static void clearUndefinedChars(rtl::OUString& rTarget, const rtl::OUString& rSource); - static double GetConversionFactor(::rtl::OUStringBuffer& rUnit, sal_Int16 nSourceUnit, sal_Int16 nTargetUnit); static sal_Int16 GetUnitFromString(const ::rtl::OUString& rString, sal_Int16 nDefaultUnit); -- cgit