diff options
author | Michael Stahl <mst@openoffice.org> | 2010-06-08 19:21:38 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-06-08 19:21:38 +0200 |
commit | 73f4b3a33df364a1fa07d18c6052c311984c8f85 (patch) | |
tree | ef09e56a69b06df865351a8f1586fa538ff3e8a8 /xmloff | |
parent | e03596eaf693b9809cffe86c21658a5ce381d6c3 (diff) | |
parent | bc51c50bfca6393e37993592a07f6414fda14163 (diff) |
merge DEV300_m81
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/valueproperties.cxx | 2 |
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: |