diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-05-30 07:39:14 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-05-30 07:39:14 +0000 |
commit | 22f6eefd24e7f4f6feb746d6e4a782c210e98203 (patch) | |
tree | b1c8458aee2d919c9fab7b62725cde14f417272e /xmloff | |
parent | 24ba1f4fcefefe2393526e59cff1efb5edfe2d1d (diff) |
#99693# corrected value property name for hidden controls
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/valueproperties.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/forms/valueproperties.cxx b/xmloff/source/forms/valueproperties.cxx index caef23581f34..893aef49fd8a 100644 --- a/xmloff/source/forms/valueproperties.cxx +++ b/xmloff/source/forms/valueproperties.cxx @@ -2,9 +2,9 @@ * * $RCSfile: valueproperties.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-02-13 09:07:25 $ + * last change: $Author: fs $ $Date: 2002-05-30 08:39:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,7 +128,7 @@ namespace xmloff _rpValuePropertyName = PROPERTY_REFVALUE; break; case FormComponentType::HIDDENCONTROL: - _rpValuePropertyName = PROPERTY_VALUE; + _rpValuePropertyName = PROPERTY_HIDDEN_VALUE; break; } } @@ -171,6 +171,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.2 2001/02/13 09:07:25 fs + * #83528# no CurrentValue property for password fields + * * Revision 1.1 2000/12/13 10:36:36 fs * initial checkin - helper class for meta data for the different value properties * |