summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdate.cxx
diff options
context:
space:
mode:
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())