summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-04-21 08:34:24 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-04-22 17:51:31 +0200
commitd198e7a1eb41e95bf199766205cfac9ce597e0ec (patch)
treeec9ccb63ffb3d764c06b33028de84919760cacd3 /forms
parent64ef3bf0d961e775bf05cef8b16dac8974a7108a (diff)
janitorial: typo in comment
Change-Id: Icc10f98e4153278d3e5bde33d0454675121306a7
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index cf314a79dcae..69cb0922db17 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -973,7 +973,7 @@ protected:
getCurrentFormComponentValue() const;
/** We can't write (new) common properties in this base class, as the file format doesn't allow this
- (unfortunally). So derived classes may use the following to methods. They secure the written
+ (unfortunally). So derived classes may use the following two methods. They secure the written
data with marks, so any new common properties in newer versions will be skipped by older ones.
*/
void writeCommonProperties(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream);