From 53600134ec737d50808c0f630b536229ad3310bb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Apr 2012 08:38:09 +0100 Subject: no use is made of FmFormObj::m_nType --- xmloff/inc/txtflde.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 2c94703596ea..4aad9a6bfc96 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -377,12 +377,6 @@ protected: sal_Bool bIsDate, /// export as date (rather than date/time)? sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix - /// export date according to ISO 8601 - void ProcessDate( - enum ::xmloff::token::XMLTokenEnum eXMLName, /// attribute token - const ::com::sun::star::util::Date& rTime, /// date value - sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix - /// export all attributes for bibliography data fields void ProcessBibliographyData( const ::com::sun::star::uno::Reference < -- cgit