diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /svx/source | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/formcontroller.cxx | 2 | ||||
-rw-r--r-- | svx/source/inc/fmvwimp.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/svxrectctaccessiblecontext.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 7ab21f39a668..c6f7626a4518 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -2484,7 +2484,7 @@ void FormController::implControlInserted( const Reference< XControl>& _rxControl { Reference< XControlModel > xModel( _rxControl->getModel() ); - // we want to know about the reset of the the model of our controls + // we want to know about the reset of the model of our controls // (for correctly resetting m_bModified) Reference< XReset > xReset( xModel, UNO_QUERY ); if ( xReset.is() ) diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index 5c2fefd6a789..e51c9e3667ef 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -293,7 +293,7 @@ private: // cancels all pending async events void cancelEvents(); - /// the the auto focus to the first (in terms of the tab order) control + /// the auto focus to the first (in terms of the tab order) control void AutoFocus( sal_Bool _bSync = sal_False ); DECL_LINK( OnActivate, void* ); DECL_LINK( OnAutoFocus, void* ); diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx index 7b9351fb5544..ca7795774c33 100644 --- a/svx/source/inc/svxrectctaccessiblecontext.hxx +++ b/svx/source/inc/svxrectctaccessiblecontext.hxx @@ -498,7 +498,7 @@ private: */ ::rtl::OUString msDescription; - /** Name of this object. It changes according the the draw page's + /** Name of this object. It changes according the draw page's display mode. */ ::rtl::OUString msName; |