summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 0d0312ee0f54..dd639bdb96cb 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -1155,7 +1155,7 @@ bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent
aOldScripts = xEvManager->getScriptEvents(nIndex);
}
- // replace the mdoel within the parent container
+ // replace the model within the parent container
Reference< XIndexContainer> xIndexParent(xChild->getParent(), UNO_QUERY);
if (xIndexParent.is())
{
@@ -3056,7 +3056,7 @@ void FmXFormShell::stopFiltering(bool bSave)
j != rControllerList.end(); ++j)
{
if (bSave)
- { // remember the current filter settings in case we're goin to reload the forms below (which may fail)
+ { // remember the current filter settings in case we're going to reload the forms below (which may fail)
try
{
Reference< XPropertySet > xFormAsSet((*j)->getModel(), UNO_QUERY);