diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2016-12-19 11:18:28 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-07 13:22:04 +0000 |
commit | c1f4d4ddf27814b1d86b7d35dcf70a28aa217885 (patch) | |
tree | 5077ebbb34a69d15f0f87df5c7702b8c1cf09a7d /accessibility/inc | |
parent | f2d9e2984155fa383adb33a52fec69be70a84cb7 (diff) |
accessibility: simplify CharacterAttributesHelper.
Change-Id: I62063745e704c941fdce306228ebbe3522c3b438
Reviewed-on: https://gerrit.libreoffice.org/32738
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/helper/characterattributeshelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |