From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- toolkit/source/awt/vclxwindow.cxx | 2 +- toolkit/source/controls/unocontrolmodel.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 3aeb93602602..2022f0fd1ad7 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -1315,7 +1315,7 @@ void VCLXWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds, bool bWithDe { // some properties are not included in the FontDescriptor, but every time // when we have a FontDescriptor we want to have these properties too. - // => Easier to register the here, istead everywhere where I register the FontDescriptor... + // => Easier to register the here, instead everywhere where I register the FontDescriptor... rIds.push_back( BASEPROPERTY_TEXTCOLOR ); rIds.push_back( BASEPROPERTY_TEXTLINECOLOR ); diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index 371751a1d886..c33e862e2f37 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -391,7 +391,7 @@ void UnoControlModel::ImplRegisterProperty( sal_uInt16 nPropId ) { // some properties are not included in the FontDescriptor, but every time // when we have a FontDescriptor we want to have these properties too. - // => Easier to register the here, istead everywhere where I register the FontDescriptor... + // => Easier to register the here, instead everywhere where I register the FontDescriptor... ImplRegisterProperty( BASEPROPERTY_TEXTCOLOR ); ImplRegisterProperty( BASEPROPERTY_TEXTLINECOLOR ); -- cgit