summaryrefslogtreecommitdiff
path: root/svx/source/form/fmobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmobj.cxx')
-rw-r--r--svx/source/form/fmobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index 82bcd0c917b8..609cb0c2b2d4 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -283,7 +283,7 @@ void FmFormObj::SetPage(SdrPage* _pNewPage)
Reference< XFormComponent > xMeAsFormComp(GetUnoControlModel(), UNO_QUERY);
if (xMeAsFormComp.is())
{
- // check if I have another parent (and remove me, if neccessary)
+ // check if I have another parent (and remove me, if necessary)
Reference< XIndexContainer > xOldParent(xMeAsFormComp->getParent(), UNO_QUERY);
if (xOldParent.is())
{
@@ -459,7 +459,7 @@ Reference< XInterface > FmFormObj::ensureModelEnv(const Reference< XInterface >
Reference< XInterface > xTopLevelSouce;
rtl::OUString sAccessPath = lcl_getFormComponentAccessPath(_rSourceContainer, xTopLevelSouce);
if (!xTopLevelSouce.is())
- // somthing went wrong, maybe _rSourceContainer isn't part of a valid forms hierarchy
+ // something went wrong, maybe _rSourceContainer isn't part of a valid forms hierarchy
return Reference< XInterface > ();
Reference< XIndexContainer > xDestContainer(_rTopLevelDestContainer);