[Libreoffice-commits] .: binfilter/bf_xmloff
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 22 02:43:54 PST 2010
binfilter/bf_xmloff/source/style/xmloff_xmlnumfi.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit d345bf81b6274c188443b64196e906c99c111c5e
Author: Joachim Trémouroux <joachim.tremouroux at gmail.com>
Date: Fri Nov 19 19:11:14 2010 +0100
removed unused SvXMLNumFmtDefaults methods
diff --git a/binfilter/bf_xmloff/source/style/xmloff_xmlnumfi.cxx b/binfilter/bf_xmloff/source/style/xmloff_xmlnumfi.cxx
index aa92804..1aa873a 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_xmlnumfi.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_xmlnumfi.cxx
@@ -1100,11 +1100,6 @@ void SvXMLNumFmtElementContext::EndElement()
break;
case XML_TOK_STYLE_ERA:
rParent.UpdateCalendar( sCalendar );
-#if 0
-//! I18N doesn't provide SYSTEM or extended date information yet
- if ( rParent.IsFromSystem() )
- bEffLong = SvXMLNumFmtDefaults::IsSystemLongEra( rParent.GetInternational(), bLong );
-#endif
rParent.AddNfKeyword( bEffLong ? NF_KEY_GGG : NF_KEY_G );
// HasEra flag is set
break;
More information about the Libreoffice-commits
mailing list