summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/fmPropBrw.cxx2
-rw-r--r--svx/source/form/fmobj.cxx4
-rw-r--r--svx/source/form/fmshimp.cxx2
-rw-r--r--svx/source/form/formcontroller.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index 29337638e2f5..77ad8ff33801 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -216,7 +216,7 @@ FmPropBrw::FmPropBrw( const Reference< XMultiServiceFactory >& _xORB, SfxBinding
{
// create an intermediate window, which is to be the container window of the frame
// Do *not* use |this| as container window for the frame, this would result in undefined
- // responsiblity for this window (as soon as we initialize a frame with a window, the frame
+ // responsibility for this window (as soon as we initialize a frame with a window, the frame
// is responsible for it's life time, but |this| is controlled by the belonging SfxChildWindow)
// #i34249#
Window* pContainerWindow = new Window( this );
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);
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index ccea97a79137..bfadea866f24 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3546,7 +3546,7 @@ void FmXFormShell::CreateExternalView()
"FmXFormShell::CreateExternalView : inconsistent radio descriptions !");
sal_Int16 nPosition = (*aOffset).second;
nPosition = nPosition + nOffset;
- // we alread inserted nOffset additinal columns ....
+ // we already inserted nOffset additional columns ....
pDispatchArgs->Value <<= nPosition;
++pDispatchArgs;
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 8dbd5ff20161..50e3a6455c93 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -3127,7 +3127,7 @@ void FormController::setFilter(::std::vector<FmFieldInfo>& rFieldInfos)
Sequence < PropertyValue> aLevel;
Sequence< Sequence < PropertyValue > > aFilterRows = m_xComposer->getStructuredFilter();
- // ok, we recieve the list of filters as sequence of fieldnames, value
+ // ok, we receive the list of filters as sequence of fieldnames, value
// now we have to transform the fieldname into UI names, that could be a label of the field or
// a aliasname or the fieldname itself