From cae16645e17df6a1f87443c00b6abfd26dabd27f Mon Sep 17 00:00:00 2001 From: Rosemary Sebastian Date: Thu, 16 Mar 2017 15:25:26 +0000 Subject: Revert "Implement export and import of author field in fixed format" This reverts commit 5de40734af30a8b897c6c5b7f681759e36a25557. Change-Id: Ib09fb1dc54066cadcd9503c92140d78e7482ae6c Reviewed-on: https://gerrit.libreoffice.org/35281 Reviewed-by: Rosemary Sebastian Tested-by: Rosemary Sebastian --- xmloff/inc/txtfldi.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index ed154c72ffe0..106545c34503 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -234,10 +234,6 @@ protected: virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList> & xAttrList) override; - /// process attribute values - virtual void ProcessAttribute( sal_uInt16 nAttrToken, - const OUString& sAttrValue ) override; - /// prepare XTextField for insertion into document virtual void PrepareField( const css::uno::Reference< css::beans::XPropertySet> & xPropertySet) override; -- cgit