[Libreoffice-commits] core.git: dbaccess/source sd/source
Julien Nabet
serval2412 at yahoo.fr
Thu Mar 12 14:50:15 PDT 2015
dbaccess/source/ui/control/FieldDescControl.cxx | 2 +-
sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6d15c85759d25807cf88561ac3d05cae5f15a169
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Mar 12 22:49:20 2015 +0100
Typo: subsitute->substitute
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx
index 5221734..2566839 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 aca8faf..5db5465b 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.
*/
More information about the Libreoffice-commits
mailing list