diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-17 12:10:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-17 16:53:59 +0200 |
commit | 18d8ba49dcddfc7b01751d278f404a7eaebe5591 (patch) | |
tree | 360f001f1c6b2504b9d1eb98307624a4146335b5 /xmloff/inc | |
parent | e8475b6343af23bc1ac2d722afd8df4d7615a7a8 (diff) |
loplugin:virtualdead dead propertygroup functionality
ever since it was introduced in
commit d09dd8986436f17717443823ef18bd8552fdf408
Date: Wed Sep 15 13:55:34 2010 +0200
dba34a: export/import min-/max-/default-/value for date/time as
XML-Schema conformant strings
looks like classic over-engineering
Change-Id: Ia4e4b65cfe92f522dee238a54a37db01f691750e
Reviewed-on: https://gerrit.libreoffice.org/80951
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/forms/property_handler.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx index a217266fc343..de5d42eb5337 100644 --- a/xmloff/inc/forms/property_handler.hxx +++ b/xmloff/inc/forms/property_handler.hxx @@ -38,11 +38,6 @@ namespace xmloff class PropertyHandlerBase : public ::salhelper::SimpleReferenceObject { public: - /** retrieves the XML attribute value for the given property values - */ - virtual OUString - getAttributeValue( const PropertyValues& i_propertyValues ) const = 0; - /** is a convenience method for XML attributes whose value comprises of only one UNO API property */ virtual OUString |