summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 11:57:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 14:38:59 +0200
commitba031cc41321c7817c5b23e0b5378e532f7e1dea (patch)
tree326ffed1f3a7a3cb7310ea73afde3d8d27ec4f37 /include
parent00af4b1e5157d1a7f71da168dc7b48707e9113cd (diff)
remove unused accessibility::DescriptionGenerator::PropertyType::FillStyle
Change-Id: I20005ad23088d41262ff988eac2132918db56ab8 Reviewed-on: https://gerrit.libreoffice.org/76236 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/DescriptionGenerator.hxx13
1 files changed, 1 insertions, 12 deletions
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 <const>HATCH</const>,
- <const>GRADIENT</const>, or <const>BITMAP</const>, 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);
};