summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-10 06:44:37 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-10 06:44:37 +0000
commita124ecadb77ac75782b175c4545d0d653c8bb401 (patch)
tree9ed07d932f8205b816f894d9ce5be745d57ced94 /forms/source/component/FormattedField.cxx
parent8ee9e2cde5843b631a08f225fe786f11c8db74de (diff)
#90754# old value wasn't saved
Diffstat (limited to 'forms/source/component/FormattedField.cxx')
-rw-r--r--forms/source/component/FormattedField.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index 5f58d9490637..3f6fd39ca303 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormattedField.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: fs $ $Date: 2001-07-20 13:13:32 $
+ * last change: $Author: oj $ $Date: 2001-08-10 07:44:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1187,8 +1187,8 @@ sal_Bool OFormattedModel::_commit()
{
return sal_False;
}
- m_aSaveValue = aNewValue;
}
+ m_aSaveValue = aNewValue;
}
return sal_True;
}