summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/misc/limitedformats.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/misc/limitedformats.cxx b/forms/source/misc/limitedformats.cxx
index 33e5b37547af..c0632a6a968f 100644
--- a/forms/source/misc/limitedformats.cxx
+++ b/forms/source/misc/limitedformats.cxx
@@ -97,8 +97,6 @@ namespace frm
{ "HH:MM:SS AM/PM", -1, ltEnglishUS },
{ NULL, -1, ltSystem }
};
- // don't switch this table here to const. The compiler could be tempted to really place this
- // in a non-writeable segment, but we want to fill in the format keys later ....
return s_aFormats;
}
case FormComponentType::DATEFIELD: