From c1f4d4ddf27814b1d86b7d35dcf70a28aa217885 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Mon, 19 Dec 2016 11:18:28 +0100 Subject: accessibility: simplify CharacterAttributesHelper. Change-Id: I62063745e704c941fdce306228ebbe3522c3b438 Reviewed-on: https://gerrit.libreoffice.org/32738 Tested-by: Jenkins Reviewed-by: Noel Grandin --- accessibility/inc/helper/characterattributeshelper.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'accessibility/inc') diff --git a/accessibility/inc/helper/characterattributeshelper.hxx b/accessibility/inc/helper/characterattributeshelper.hxx index 6b679a9d5b6a..bbffd80c5058 100644 --- a/accessibility/inc/helper/characterattributeshelper.hxx +++ b/accessibility/inc/helper/characterattributeshelper.hxx @@ -41,7 +41,6 @@ private: public: CharacterAttributesHelper( const vcl::Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor ); - ~CharacterAttributesHelper(); std::vector< css::beans::PropertyValue > GetCharacterAttributes(); css::uno::Sequence< css::beans::PropertyValue > GetCharacterAttributes( const css::uno::Sequence< OUString >& aRequestedAttributes ); -- cgit