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 | |
parent | d6727ae7ffa93dd7624ad98c49720199e6c36b61 (diff) |
Typo: subsitute->substitute
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
-rw-r--r-- | dbaccess/source/ui/control/FieldDescControl.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx index aca8fafe4db5..5db5465be0e7 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx @@ -83,7 +83,7 @@ public: void SelectPage (const model::SharedPageDescriptor& rpDescriptor); /** 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 here to make this class more self contained. */ |