Fix typos

Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3
Reviewed-on: https://gerrit.libreoffice.org/24286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
Andrea Gelmini
2016-04-21 23:21:13 +02:00
committed by jan iversen
parent 2e1a724c20
commit b2e86d2e26
15 changed files with 15 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ namespace unocontrols{
struct IMPL_MutexContainer
{
// Is necassery to initialize "BaseControl" and make this class thread-safe.
// Is necessary to initialize "BaseControl" and make this class thread-safe.
::osl::Mutex m_aMutex;
};

View File

@@ -292,7 +292,7 @@ namespace dxcanvas
{
// since clients will most probably draw directly
// to the GDI+ bitmap, we need to mark it as dirty
// to ensure that the corrosponding dxsurface will
// to ensure that the corresponding dxsurface will
// be updated.
mbIsSurfaceDirty = true;

View File

@@ -117,7 +117,7 @@ void lcl_clearIfNoValuesButTextIsContained( VDataSequence& rData, const uno::Ref
if( !::rtl::math::isNan( rData.Doubles[i] ) )
return;
}
//no double value is countained
//no double value is contained
//is there any text?
uno::Sequence< OUString > aStrings( DataSequenceToStringSequence( xDataSequence ) );
sal_Int32 nTextCount = aStrings.getLength();

View File

@@ -484,7 +484,7 @@ private:
css::uno::Reference< css::embed::XStorage >
impl_switchToStorage_throw( const css::uno::Reference< css::embed::XStorage >& _rxNewRootStorage );
/** switches to the given document URL, which denotes the logical URL of the document, not necessariy the
/** switches to the given document URL, which denotes the logical URL of the document, not necessarily the
URL where the doc was loaded/recovered from
*/
void impl_switchToLogicalURL(

View File

@@ -32,7 +32,7 @@ namespace framework{
/**
@short represent a result of a finished job execution
@descr Such result instance transport all neccessarry
@descr Such result instance transport all necessary
data from the code place where the job was finished
to the outside code, where e.g. listener must be notified.
*/

View File

@@ -46,7 +46,7 @@ class LoadEnvException
ID_UNSUPPORTED_CONTENT,
/** @short It was not possible to get access to global filter configuration.
@descr Might som neccsessary services could not be created. */
@descr Might some necessary services could not be created. */
ID_NO_CONFIG_ACCESS,
/** @short Some data obtained from the filter configuration seems to incorrect.

View File

@@ -86,7 +86,7 @@ uno_threadpool_create() SAL_THROW_EXTERN_C();
called, BEFORE uno_threadpool_enter() is called and BEFORE a job for this
thread is put into the threadpool (avoid a race between this thread and
an incoming request/reply).
For every call to uno_threadpool_attach, a corrosponding call to
For every call to uno_threadpool_attach, a corresponding call to
uno_threadpool_detach must be done.
@param hPool The bridge threadpool handle previously created by uno_threadpool_create.

View File

@@ -185,7 +185,7 @@ public:
/** Returns true, if a single HLINK record has been created. */
bool HasLinkRecord() const;
/** Returns the craeted single HLINk record, or an empty reference. */
/** Returns the created single HLINk record, or an empty reference. */
XclExpHyperlinkRef GetLinkRecord();
/** Returns true, if multiple URLs have been processed. */

View File

@@ -215,7 +215,7 @@ uno::Reference< excel::XHyperlink > SAL_CALL ScVbaHyperlinks::Add(
const uno::Any& rAnchor, const uno::Any& rAddress, const uno::Any& rSubAddress,
const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) throw (uno::RuntimeException, std::exception)
{
/* If this Hyperlinks object has been craeted from a Range object, the
/* If this Hyperlinks object has been created from a Range object, the
call to Add() is passed to the Hyperlinks object of the parent
worksheet. This container will not be modified (it will not contain the
inserted hyperlink).

View File

@@ -163,7 +163,7 @@ End
End
#ifdef MACOSX
// links are craeted at configure time by odk/config/setsdkenv_unix.sh.in
// links are created at configure time by odk/config/setsdkenv_unix.sh.in
#define SDK_LIBRARY_LINK(id,name,target)
#elif defined(WNT)
#define SDK_LIBRARY_LINK(id,name,target) \

View File

@@ -56,7 +56,7 @@ public:
separately.
@param nIndex
This index is displayed in the view as page number. It is not
necessaryily the page index (not even when you add or subtract 1
necessarily the page index (not even when you add or subtract 1
or use (x-1)/2 magic).
*/
PageDescriptor (

View File

@@ -85,7 +85,7 @@ static HTML_TokenEntry aHTMLTokenTab[] = {
{{OOO_STRING_SVTOOLS_HTML_dt}, HTML_DT_ON},
{{OOO_STRING_SVTOOLS_HTML_emphasis}, HTML_EMPHASIS_ON},
{{OOO_STRING_SVTOOLS_HTML_figure}, HTML_FIGURE_ON}, // HTML 3.0
{{OOO_STRING_SVTOOLS_HTML_font}, HTML_FONT_ON}, // Netscpe
{{OOO_STRING_SVTOOLS_HTML_font}, HTML_FONT_ON}, // Netscape
{{OOO_STRING_SVTOOLS_HTML_footnote}, HTML_FOOTNOTE_ON}, // HTML 3.0
{{OOO_STRING_SVTOOLS_HTML_form}, HTML_FORM_ON},
{{OOO_STRING_SVTOOLS_HTML_frame}, HTML_FRAME_ON}, // Netscape 2.0

View File

@@ -248,7 +248,7 @@ void SchXMLChartContext::StartElement( const uno::Reference< xml::sax::XAttribut
if( xVisualObject.is() )
maChartSize = xVisualObject->getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); //#i103460# take the size given from the parent frame as default
// this flag is necessarry for pie charts in the core
// this flag is necessary for pie charts in the core
bool bSetSwitchData = false;
OUString sAutoStyleName;

View File

@@ -633,7 +633,7 @@ uno::Sequence< OUString > lcl_DataSequenceToStringSequence(
}
if(!bHasValue)
{
//no double value is countained
//no double value is contained
//is there any text?
uno::Sequence< OUString > aStrings( lcl_DataSequenceToStringSequence( xSeq ) );
sal_Int32 nTextCount = aStrings.getLength();

View File

@@ -144,7 +144,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
{
// #85906# Code for setting masterpage needs complete rework
// since GetSdImport().GetMasterStylesContext() gives always ZERO
// because of content/style file split. Now the nechanism is to
// because of content/style file split. Now the mechanism is to
// compare the wanted masterpage-name with the existing masterpages
// which were loaded and created in the styles section loading.
uno::Reference< drawing::XDrawPages > xMasterPages(GetSdImport().GetLocalMasterPages(), uno::UNO_QUERY);