summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formcontroller.cxx')
-rw-r--r--svx/source/form/formcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index e72141ac66c7..fbd2e894218c 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -3379,7 +3379,7 @@ void FormController::stopFiltering()
Reference< XControl > xControl = pControls[--i];
if (xControl.is())
{
- // now enable eventhandling again
+ // now enable event handling again
addToEventAttacher(xControl);
Reference< XModeSelector > xSelector(xControl, UNO_QUERY);
@@ -4223,7 +4223,7 @@ void FormController::deleteInterceptor(const Reference< XDispatchProviderInterce
return;
}
- // log off the interception from it's interception object
+ // log off the interception from its interception object
DispatchInterceptionMultiplexer* pInterceptorImpl = *aIter;
pInterceptorImpl->dispose();
pInterceptorImpl->release();