summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-05-10 18:54:44 +0200
committerMichael Stahl <mst@openoffice.org>2010-05-10 18:54:44 +0200
commit3bf9010a46b16a7927ccf20537157387e79f8565 (patch)
treea6468fcc6ede97ecf355618857df2456307c94b2 /xmloff/source
parent515792c312abc929b4616c757b8eaced67718d10 (diff)
sw33bf04: #i111381#: OValuePropertiesMetaData: apply patch by tono
Diffstat (limited to 'xmloff/source')
-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: