diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /svx/source/form | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmobj.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmshell.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmshimp.cxx | 4 | ||||
-rw-r--r-- | svx/source/form/fmundo.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmview.cxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx index 483c12cf85e6..80c508aeb8ce 100644 --- a/svx/source/form/fmobj.cxx +++ b/svx/source/form/fmobj.cxx @@ -355,7 +355,7 @@ void FmFormObj::clonedFrom(const FmFormObj* _pSource) ensureModelEnv(xSourceContainer, m_xEnvironmentHistory); m_aEventsHistory = aEvts; - // if we we're clone there was a call to operator=, so aEvts are exactly the events we need here ... + // if we were clone there was a call to operator=, so aEvts are exactly the events we need here... } diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index c9f95466cdd0..62d08808055b 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -805,7 +805,7 @@ void FmFormShell::Execute(SfxRequest &rReq) if ( bReopenNavigator ) // we closed the navigator only to implicitly commit it (as we do not have another - // direct wire to it), but to the user, it should look it it was always open + // direct wire to it), but to the user, it should look as it was always open GetViewShell()->GetViewFrame()->ToggleChildWindow( SID_FM_FILTER_NAVIGATOR ); } break; diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index faf0daeb9904..b12779cf8882 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -1556,7 +1556,7 @@ void FmXFormShell::ExecuteSearch() Reference< XGrid> xGrid(xActiveControl, UNO_QUERY); if (xGrid.is()) { - // fuer strActiveField brauche ich die die ControlSource der Column, dafuer den Columns-Container, dafuer die + // fuer strActiveField brauche ich die ControlSource der Column, dafuer den Columns-Container, dafuer die // GridPeer Reference< XGridPeer> xGridPeer(xActiveControl->getPeer(), UNO_QUERY); Reference< XIndexAccess> xColumns; @@ -2850,7 +2850,7 @@ void FmXFormShell::SetDesignMode(bool bDesign) // 67506 - 15.07.99 - FS if (bDesign && m_bHadPropertyBrowserInDesignMode) { - // The UIFeatureChanged performes an update (a check of the available features) asynchronously. + // The UIFeatureChanged performs an update (a check of the available features) asynchronously. // So we can't call ShowSelectionProperties directly as the according feature isn't enabled yet. // That's why we use an asynchron execution on the dispatcher. // (And that's why this has to be done AFTER the UIFeatureChanged.) diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 4c641587962f..24edb9239218 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -566,7 +566,7 @@ void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt) } // no Undo for transient and readonly props. But unfortunately "transient" is not only that the - // "transient" flag is set for the property in question, instead is is somewhat more complex + // "transient" flag is set for the property in question, instead it is somewhat more complex // Transience criterions are: // - the "transient" flag is set for the property // - OR the control has a non-empty COntrolSource property, i.e. is intended to be bound diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx index 5926389c48eb..b7331257feb9 100644 --- a/svx/source/form/fmview.cxx +++ b/svx/source/form/fmview.cxx @@ -114,7 +114,7 @@ void FmFormView::Init() // mode by default (though a newly created model returns true for GetOpenInDesignMode). // We _want_ to have this because it makes a lot of hacks following the original fix DBG_ASSERT( !bInitDesignMode, "FmFormView::Init: doesn't the model default to FALSE anymore?" ); - // if this asserts, either the on-contruction default in the model has changed (then this here + // if this asserts, either the on-construction default in the model has changed (then this here // may not be necessary anymore), or we're not dealing with a new document .... bInitDesignMode = true; } |