diff options
Diffstat (limited to 'include/svx/DescriptionGenerator.hxx')
-rw-r--r-- | include/svx/DescriptionGenerator.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index a2526539da02..7ee67c9104ff 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -122,13 +122,11 @@ private: /** Add a property value formatted as color to the description string. */ - void AddColor (const OUString& sPropertyName, - const OUString& sLocalizedName); + void AddColor (const OUString& sPropertyName); /** Add a property value formatted as integer to the description string. */ - void AddInteger (const OUString& sPropertyName, - const OUString& sLocalizedName); + void AddInteger (const OUString& sPropertyName); }; |