Kaydet (Commit) 6d15c857 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: subsitute->substitute

Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
üst d6727ae7
...@@ -1133,7 +1133,7 @@ void OFieldDescControl::DisplayData(OFieldDescription* pFieldDescr ) ...@@ -1133,7 +1133,7 @@ void OFieldDescControl::DisplayData(OFieldDescription* pFieldDescr )
ActivateAggregate( tpType ); ActivateAggregate( tpType );
OSL_ENSURE(pFieldType.get(),"We need a type information here!"); 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 ) if( m_pPreviousType != pFieldType )
{ {
// Reset the saved focus' pointer // Reset the saved focus' pointer
......
...@@ -83,7 +83,7 @@ public: ...@@ -83,7 +83,7 @@ public:
void SelectPage (const model::SharedPageDescriptor& rpDescriptor); void SelectPage (const model::SharedPageDescriptor& rpDescriptor);
/** Return whether the specified page is selected. This convenience /** Return whether the specified page is selected. This convenience
method is a subsitute for method is a substitute for
SlideSorterModel::GetPageDescriptor(i)->IsSelected() is included SlideSorterModel::GetPageDescriptor(i)->IsSelected() is included
here to make this class more self contained. here to make this class more self contained.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment