diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-12 22:49:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-12 22:49:20 +0100 |
commit | 6d15c85759d25807cf88561ac3d05cae5f15a169 (patch) | |
tree | 938e071772dc3d75d6b9e278ceb0ab5845d07a99 /dbaccess | |
parent | d6727ae7ffa93dd7624ad98c49720199e6c36b61 (diff) |
Typo: subsitute->substitute
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/control/FieldDescControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx index 52217346b0a3..2566839d1b52 100644 --- a/dbaccess/source/ui/control/FieldDescControl.cxx +++ b/dbaccess/source/ui/control/FieldDescControl.cxx @@ -1133,7 +1133,7 @@ void OFieldDescControl::DisplayData(OFieldDescription* pFieldDescr ) ActivateAggregate( tpType ); OSL_ENSURE(pFieldType.get(),"We need a type information here!"); - // If the type has changed, subsitute Controls + // If the type has changed, substitute Controls if( m_pPreviousType != pFieldType ) { // Reset the saved focus' pointer |