[Libreoffice-commits] core.git: include/drawinglayer include/osl io/test sax/test sd/qa sfx2/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Jan 24 20:03:54 UTC 2018
include/drawinglayer/processor3d/zbufferprocessor3d.hxx | 2 +-
include/osl/process.h | 2 +-
io/test/testcomponent.cxx | 2 +-
sax/test/testcomponent.cxx | 2 +-
sd/qa/unit/import-tests.cxx | 2 +-
sfx2/source/appl/sfxhelp.cxx | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 34fe67be47ae1e78117a0df441627b2b113b2c06
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jan 24 16:39:12 2018 +0100
Fix typos
Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c
Reviewed-on: https://gerrit.libreoffice.org/48232
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/drawinglayer/processor3d/zbufferprocessor3d.hxx b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
index 173c0415c29c..7d1ea3f69b9a 100644
--- a/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
@@ -49,7 +49,7 @@ namespace drawinglayer
namespace processor3d
{
/**
- This 3D renderer derived from DefaultProcessor3D renders all feeded primitives to a 2D
+ This 3D renderer derived from DefaultProcessor3D renders all fed primitives to a 2D
raster bitmap using a Z-Buffer based approach. It is able to supersample and to handle
transparent content.
*/
diff --git a/include/osl/process.h b/include/osl/process.h
index f3aa86d2f6dc..772db9abc7c5 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -62,7 +62,7 @@ typedef sal_uInt32 oslProcessExitCode;
typedef enum {
osl_Process_E_None, /* no error */
osl_Process_E_NotFound, /* image not found */
- osl_Process_E_TimedOut, /* timout occurred */
+ osl_Process_E_TimedOut, /* timeout occurred */
osl_Process_E_NoPermission, /* permission denied */
osl_Process_E_Unknown, /* unknown error */
osl_Process_E_InvalidError, /* unmapped error */
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx
index 738f47d4f54c..27be71daf0bc 100644
--- a/io/test/testcomponent.cxx
+++ b/io/test/testcomponent.cxx
@@ -136,7 +136,7 @@ int main (int argc, char **argv)
// loop until all test are performed
while( nHandle != -1 )
{
- // Instantiate serivce
+ // Instantiate service
Reference< XInterface > x =
xSMgr->createInstance( OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) );
if( ! x.is() )
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index 08a4b053cd89..9b6091fb9cae 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -153,7 +153,7 @@ int main (int argc, char **argv)
// loop until all test are performed
while( nHandle != -1 )
{
- // Instantiate serivce
+ // Instantiate service
Reference< XInterface > x =
xSMgr->createInstance( OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) );
if( ! x.is() )
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 8210711ee906..3993d0bf33bc 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -2309,7 +2309,7 @@ void SdImportTest::testTdf90626()
void SdImportTest::testTdf114488()
{
// This doc has two images - one WMF and the other PNG (fallback image).
- // When loading this doc, the WMF image should be prefered over the PNG image.
+ // When loading this doc, the WMF image should be preferred over the PNG image.
sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/odg/tdf114488.fodg"), FODG);
uno::Reference< beans::XPropertySet > xShape(getShapeFromPage(0, 0, xDocShRef), uno::UNO_QUERY_THROW);
OUString sGraphicUrl;
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index acbf7e427bd7..367f4ad68494 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -208,7 +208,7 @@ static OUString HelpLocaleString()
aLocaleStr = aEnglish;
else
{
- // get fall-back langage (country)
+ // get fall-back language (country)
OUString sLang = aLocaleStr ;
sal_Int32 nSepPos = sLang.indexOf( '-' );
if (nSepPos != -1)
More information about the Libreoffice-commits
mailing list