From ba031cc41321c7817c5b23e0b5378e532f7e1dea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 24 Jul 2019 11:57:52 +0200 Subject: remove unused accessibility::DescriptionGenerator::PropertyType::FillStyle Change-Id: I20005ad23088d41262ff988eac2132918db56ab8 Reviewed-on: https://gerrit.libreoffice.org/76236 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/DescriptionGenerator.hxx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'include') diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index 8d3010ea5b94..7769a25dbe6a 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -44,8 +44,7 @@ public: enum class PropertyType { Color, Integer, - String, - FillStyle + String }; /** Creates a new description generator with an empty description @@ -165,16 +164,6 @@ private: */ SVX_DLLPRIVATE void AddString (const OUString& sPropertyName, const OUString& sLocalizedName, sal_uInt16 nWhichId); - - /** Add a property value formatted as fill style to the description - string. If the fill style is HATCH, - GRADIENT, or BITMAP, then the of the - hatch, gradient, or bitmap is appended as well. - @param sPropertyName - Name of the property. Usually this will be "FillStyle". - */ - SVX_DLLPRIVATE void AddFillStyle (const OUString& sPropertyName, - const OUString& sLocalizedName); }; -- cgit