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
commit73f4b3a33df364a1fa07d18c6052c311984c8f85 (patch)
treeef09e56a69b06df865351a8f1586fa538ff3e8a8 /xmloff
parente03596eaf693b9809cffe86c21658a5ce381d6c3 (diff)
parentbc51c50bfca6393e37993592a07f6414fda14163 (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 3515dcf96010..1c44db963944 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: