summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-06-08 19:21:38 +0200
committerMichael Stahl <mst@openoffice.org>2010-06-08 19:21:38 +0200
commitbc4d59b0bc6aa1538dd27b23b1d30e49742e5963 (patch)
tree013e8473cf7e5ec1aa915231a014711705896b54 /xmloff
parent6299e019bff7c651e9585d5bf2234539233a646d (diff)
parent3b9d0e38fa8cce2a4208d0a1ea7a6443ca07fdd9 (diff)
merge DEV300_m81
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/valueproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/valueproperties.cxx b/xmloff/source/forms/valueproperties.cxx
index e99aa05bd2..76113a6c7b 100644
--- a/xmloff/source/forms/valueproperties.cxx
+++ b/xmloff/source/forms/valueproperties.cxx
@@ -116,7 +116,7 @@ namespace xmloff
void OValuePropertiesMetaData::getValueLimitPropertyNames(sal_Int16 _nFormComponentType,
sal_Char const * & _rpMinValuePropertyName, sal_Char const * & _rpMaxValuePropertyName)
{
- _rpMinValuePropertyName = _rpMinValuePropertyName = NULL;
+ _rpMinValuePropertyName = _rpMaxValuePropertyName = NULL;
switch (_nFormComponentType)
{
case FormComponentType::DATEFIELD: