diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
commit | b63571f510793376a334d346974d4d0d73b9a0ff (patch) | |
tree | 73f5bfeadb67c697cf8474381e021b9e23beb863 | |
parent | dc08157dff6d997b4e5b19c9496ddf54727ba26f (diff) |
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
-rw-r--r-- | dtrans/source/win32/dnd/source.cxx | 2 | ||||
-rw-r--r-- | filter/source/graphicfilter/idxf/dxfgrprd.cxx | 2 | ||||
-rw-r--r-- | include/osl/thread.h | 4 | ||||
-rw-r--r-- | include/rtl/process.h | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/deployment/XExtensionManager.idl | 2 | ||||
-rw-r--r-- | sal/osl/unx/thread.cxx | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/deprecated.txt | 4 | ||||
-rw-r--r-- | sal/qa/osl/process/osl_Thread.cxx | 2 | ||||
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 | ||||
-rw-r--r-- | vcl/inc/sft.hxx | 6 | ||||
-rw-r--r-- | vcl/source/filter/wmf/wmfwr.hxx | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx index d7907f59c8aa..2728aed7cc11 100644 --- a/dtrans/source/win32/dnd/source.cxx +++ b/dtrans/source/win32/dnd/source.cxx @@ -99,7 +99,7 @@ void DragSource::StartDragImpl( // The SourceContext class administers the XDragSourceListener s and // fires events to them. An instance only exists in the scope of this - // functions. However, the drag and drop operation causes callbacks + // function. However, the drag and drop operation causes callbacks // to the IDropSource interface implemented in this class (but only // while this function executes). The source context is also used // in DragSource::QueryContinueDrag. diff --git a/filter/source/graphicfilter/idxf/dxfgrprd.cxx b/filter/source/graphicfilter/idxf/dxfgrprd.cxx index 0d796824851e..ecba39f4d2fa 100644 --- a/filter/source/graphicfilter/idxf/dxfgrprd.cxx +++ b/filter/source/graphicfilter/idxf/dxfgrprd.cxx @@ -27,7 +27,7 @@ // we use an own ReadLine function, because Stream::ReadLine stops if -// a 0-sign occurs; this functions converts 0-signs to blanks and reads +// a 0-sign occurs; this function converts 0-signs to blanks and reads // a complete line until a cr/lf is found OString DXFReadLine(SvStream& rIStm) diff --git a/include/osl/thread.h b/include/osl/thread.h index 7c2dd3c270e2..0a8eb4c14072 100644 --- a/include/osl/thread.h +++ b/include/osl/thread.h @@ -62,7 +62,7 @@ typedef sal_uInt32 oslThreadIdentifier; typedef void* oslThreadKey; /** Create the thread, using the function-ptr pWorker as - its main (worker) function. This functions receives in + its main (worker) function. This function receives in its void* parameter the value supplied by pThreadData. Once the OS-structures are initialized,the thread starts running. @@ -71,7 +71,7 @@ typedef void* oslThreadKey; SAL_DLLPUBLIC oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, void* pThreadData); /** Create the thread, using the function-ptr pWorker as - its main (worker) function. This functions receives in + its main (worker) function. This function receives in its void* parameter the value supplied by pThreadData. The thread will be created, but it won't start running. To wake-up the thread, use resume(). diff --git a/include/rtl/process.h b/include/rtl/process.h index bd55a3a87dce..d393b5cc651f 100644 --- a/include/rtl/process.h +++ b/include/rtl/process.h @@ -46,7 +46,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_getGlobalProcessId( sal_uInt8 *pTargetUUID ); /** Get the nArg-th command-line argument passed to the main-function of this process. - This functions differs from osl_getCommandArg() in filtering any bootstrap values + This function differs from osl_getCommandArg() in filtering any bootstrap values given by command args, that means that all arguments starting with "-env:" will be ignored by this function. @@ -60,7 +60,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl /** Returns the number of command line arguments at process start. - This functions differs from osl_getCommandArg() in filtering any bootstrap values + This function differs from osl_getCommandArg() in filtering any bootstrap values given by command args, that means that all arguments starting with "-env:" will be ignored by this function. diff --git a/offapi/com/sun/star/deployment/XExtensionManager.idl b/offapi/com/sun/star/deployment/XExtensionManager.idl index d6c92cec3012..f7bb93f79a49 100644 --- a/offapi/com/sun/star/deployment/XExtensionManager.idl +++ b/offapi/com/sun/star/deployment/XExtensionManager.idl @@ -304,7 +304,7 @@ interface XExtensionManager need to be displayed, and which are installed with the corresponding option, are also not returned. - Extensions returned by this functions are not returned by + Extensions returned by these functions are not returned by XExtensionManger::getDeployedExtension() XExtensionManger::getDeployedExtensions() XExtensionManger::getAllExtensions() diff --git a/sal/osl/unx/thread.cxx b/sal/osl/unx/thread.cxx index 78843eae09a7..c2f2fc95ff93 100644 --- a/sal/osl/unx/thread.cxx +++ b/sal/osl/unx/thread.cxx @@ -527,7 +527,7 @@ void SAL_CALL osl_waitThread(const TimeValue* pDelay) /* osl_yieldThread */ /* Note that POSIX scheduling _really_ requires threads to call this - functions, since a thread only reschedules to other thread, when + function, since a thread only reschedules to other thread, when it blocks (sleep, blocking I/O) OR calls sched_yield(). */ /*****************************************************************************/ diff --git a/sal/qa/helper/gcov/deprecated.txt b/sal/qa/helper/gcov/deprecated.txt index a851c751b161..62d5636a101c 100644 --- a/sal/qa/helper/gcov/deprecated.txt +++ b/sal/qa/helper/gcov/deprecated.txt @@ -169,7 +169,7 @@ ### # LLA: -# this functions are not deprecated, they only marked as deprecated, to say that +# these functions are not deprecated, they only marked as deprecated, to say that # there is no test need. ### rtl_zeroMemory; @@ -206,7 +206,7 @@ # LLA: # marked as deprecated, due to the fact there is no access from outside -# so this functions are not really accessible +# so these functions are not really accessible # They are used in rtl/source/locale.c rtl_hashentry_destroy; rtl_hashfunc; diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index 1840d3b83a33..ba5b0b7552f1 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -415,7 +415,7 @@ namespace osl_Thread void resumeAndWaitThread(Thread* _pThread) { - // This functions starts a thread, wait a second and suspends the thread + // This function starts a thread, wait a second and suspends the thread // Due to the fact, that a suspend and never run thread never really exists. // Note: on UNX, after createSuspended, and then terminate the thread, it performs well; diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 019a832e4bb2..af2c3b92be5e 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -2065,7 +2065,7 @@ static bool gbAscending = true; static sal_Int16 gnColumn = COLUMN_TITLE; static const CollatorWrapper* pCollatorWrapper = NULL; -/* this functions returns true, if aOne is less then aTwo +/* this function returns true, if aOne is less then aTwo */ bool CompareSortingData_Impl( SortingData_Impl* const aOne, SortingData_Impl* const aTwo ) { diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index 5d0f4938fa46..2aae5f7e5be6 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -367,7 +367,7 @@ namespace vcl #ifndef NO_TYPE3 /** * Generates a new PostScript Type 3 font and dumps it to <b>outf</b> file. - * This functions subsititues glyph 0 for all glyphIDs that are not found in the font. + * This function substitutes glyph 0 for all glyphIDs that are not found in the font. * @param ttf pointer to the TrueTypeFont structure * @param outf the resulting font is written to this stream * @param fname font name for the new font. If it is NULL the PostScript name of the @@ -388,7 +388,7 @@ namespace vcl #ifndef NO_TTCR /** * Generates a new TrueType font and dumps it to <b>outf</b> file. - * This functions subsititues glyph 0 for all glyphIDs that are not found in the font. + * This function substitutes glyph 0 for all glyphIDs that are not found in the font. * @param ttf pointer to the TrueTypeFont structure * @param fname file name for the output TrueType font file * @param glyphArray pointer to an array of glyphs that are to be extracted from ttf. The first @@ -419,7 +419,7 @@ namespace vcl #ifndef NO_TYPE42 /** * Generates a new PostScript Type42 font and dumps it to <b>outf</b> file. - * This functions subsititues glyph 0 for all glyphIDs that are not found in the font. + * This function substitutes glyph 0 for all glyphIDs that are not found in the font. * @param ttf pointer to the TrueTypeFont structure * @param outf output stream for a resulting font * @param psname PostScript name of the resulting font diff --git a/vcl/source/filter/wmf/wmfwr.hxx b/vcl/source/filter/wmf/wmfwr.hxx index 93ca0d5ddbe2..c27a8eb3be7f 100644 --- a/vcl/source/filter/wmf/wmfwr.hxx +++ b/vcl/source/filter/wmf/wmfwr.hxx @@ -110,7 +110,7 @@ private: bool bEmbedEMF; // optionally embedd EMF data into WMF void MayCallback(); - // this functions calculates percentage using the above 5 parameters + // this function calculates percentage using the above 5 parameters // and triggers a callback if needed. Puts bStatus to FALSE if the // users wants to abort. |