diff options
author | Michael Stahl <mst@openoffice.org> | 2010-05-10 18:54:44 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-05-10 18:54:44 +0200 |
commit | 9e8e7cf49972912b72aa72e3ec81dc91aec0cd6d (patch) | |
tree | 2654c32b2bbc8737a872d8deb82a6e136d2bad08 /xmloff | |
parent | eeaf2f34f56d815040b0e80b5e3abd6b08400bdc (diff) |
sw33bf04: #i111381#: OValuePropertiesMetaData: apply patch by tono
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 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: |