diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:41:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | b8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch) | |
tree | 40948a4fe95ff444778fdff8db5bd7c12cc79a9b /svx | |
parent | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff) |
typo: noone -> no one
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 4 | ||||
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 041292d2717a..f421fd809159 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -2984,7 +2984,7 @@ void FmXFormShell::startFiltering() Reference< XControlContainer> xContainer; if (getActiveController() == m_xExternalViewController) { - DBG_ASSERT(m_xExtViewTriggerController.is(), "FmXFormShell::startFiltering : inconsistent : active external controller, but noone triggered this !"); + DBG_ASSERT(m_xExtViewTriggerController.is(), "FmXFormShell::startFiltering : inconsistent : active external controller, but no one triggered this !"); xContainer = m_xExtViewTriggerController->getContainer(); } else @@ -3061,7 +3061,7 @@ void FmXFormShell::stopFiltering(sal_Bool bSave) Reference< XControlContainer> xContainer; if (getActiveController() == m_xExternalViewController) { - DBG_ASSERT(m_xExtViewTriggerController.is(), "FmXFormShell::stopFiltering : inconsistent : active external controller, but noone triggered this !"); + DBG_ASSERT(m_xExtViewTriggerController.is(), "FmXFormShell::stopFiltering : inconsistent : active external controller, but no one triggered this !"); xContainer = m_xExtViewTriggerController->getContainer(); } else diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index 46b819d0b18b..f8e868e670b0 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -97,7 +97,7 @@ const Graphic ImpLoadLinkedGraphic( const OUString& aFileName, const OUString& a // handing it over means that any GraphicFormat that internallv needs a path as base // to interpret included links may fail. // Alternatively the path may be set at the result after this call when it is known - // that it is a SVG graphic, but only because noone yet tried to interpret it. + // that it is a SVG graphic, but only because no one yet tried to interpret it. rGF.ImportGraphic( aGraphic, aFileName, *pInStrm, nFilter, NULL, 0, &aFilterData ); } return aGraphic; |