summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx2
-rw-r--r--forms/source/runtime/formoperations.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 9fbdf37e88f1..b06168e15e83 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -1258,7 +1258,7 @@ private:
const ::com::sun::star::uno::Reference< ::com::sun::star::form::validation::XValidator >& _rxValidator
);
- /** disconnects the component from it's current an external validator
+ /** disconnects the component from its current an external validator
@precond
there currently is an active validator
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index b728ede33244..ad1be520f5b3 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -948,7 +948,7 @@ namespace frm
bSuccess = true;
if ( xCurrentControl.is() && !bControlIsLocked )
{
- // both the control and it's model can be committable, so try both
+ // both the control and its model can be committable, so try both
Reference< XBoundComponent > xBound( xCurrentControl, UNO_QUERY );
if ( !xBound.is() )
xBound = xBound.query( xCurrentControl->getModel() );