summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-27 12:07:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-27 12:07:35 +0200
commit21a4f5df04849a943764918147183ffba3710e87 (patch)
treedbdcd44c546d6906c5f906a3a56c56825399d018 /forms
parent5c01c9c6b2447cac2e92a4e8685f40493cfa5090 (diff)
...and remove now-unnecessary comment
Change-Id: I8c707937ac3e40c4a5f2caa1a928a373ee675d89
Diffstat (limited to 'forms')
-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: