summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdate.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-15 12:43:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-15 13:02:24 +0200
commit27be81819064cb96d98c881f45d6e3fbdf7a33d0 (patch)
treef182a2979a2c0df28f21c1fa0634d56bc772500f /lotuswordpro/source/filter/xfilter/xfdate.cxx
parentf7ae11ce60c0d1d63e09041e621f9e95bb952847 (diff)
loplugin:singlevalfields in l10ntools..sax
and ignore URE headers in the plugin Change-Id: I939df744c1173cf0f67d515f6c3fb4ac4cb25588
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdate.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdate.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdate.cxx b/lotuswordpro/source/filter/xfilter/xfdate.cxx
index 3236602fde0f..791c3c805367 100644
--- a/lotuswordpro/source/filter/xfilter/xfdate.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdate.cxx
@@ -62,8 +62,6 @@
XFDate::XFDate()
{
- m_bFixed = false;
- m_bValued = false;
}
XFDate::~XFDate()
@@ -77,11 +75,6 @@ void XFDate::ToXml(IXFStream *pStrm)
pAttrList->Clear();
if( !GetStyleName().isEmpty() )
pAttrList->AddAttribute( "style:data-style-name", GetStyleName() );
- if (m_bValued)
- pAttrList->AddAttribute( "text:date-value", m_strDate );
-
- if( m_bFixed )
- pAttrList->AddAttribute( "text:fixed", "true" );
pStrm->StartElement( "text:date" );
if (!m_strText.isEmpty())