Kaydet (Commit) 34fe67be authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c
Reviewed-on: https://gerrit.libreoffice.org/48232Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 412d66c0
......@@ -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.
*/
......
......@@ -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 */
......
......@@ -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() )
......
......@@ -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() )
......
......@@ -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;
......
......@@ -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)
......
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