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:
committed by
jan iversen
parent
2e1a724c20
commit
b2e86d2e26
@@ -101,7 +101,7 @@ namespace unocontrols{
|
|||||||
|
|
||||||
struct IMPL_MutexContainer
|
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;
|
::osl::Mutex m_aMutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -292,7 +292,7 @@ namespace dxcanvas
|
|||||||
{
|
{
|
||||||
// since clients will most probably draw directly
|
// since clients will most probably draw directly
|
||||||
// to the GDI+ bitmap, we need to mark it as dirty
|
// 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.
|
// be updated.
|
||||||
mbIsSurfaceDirty = true;
|
mbIsSurfaceDirty = true;
|
||||||
|
|
||||||
|
@@ -117,7 +117,7 @@ void lcl_clearIfNoValuesButTextIsContained( VDataSequence& rData, const uno::Ref
|
|||||||
if( !::rtl::math::isNan( rData.Doubles[i] ) )
|
if( !::rtl::math::isNan( rData.Doubles[i] ) )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//no double value is countained
|
//no double value is contained
|
||||||
//is there any text?
|
//is there any text?
|
||||||
uno::Sequence< OUString > aStrings( DataSequenceToStringSequence( xDataSequence ) );
|
uno::Sequence< OUString > aStrings( DataSequenceToStringSequence( xDataSequence ) );
|
||||||
sal_Int32 nTextCount = aStrings.getLength();
|
sal_Int32 nTextCount = aStrings.getLength();
|
||||||
|
@@ -484,7 +484,7 @@ private:
|
|||||||
css::uno::Reference< css::embed::XStorage >
|
css::uno::Reference< css::embed::XStorage >
|
||||||
impl_switchToStorage_throw( const css::uno::Reference< css::embed::XStorage >& _rxNewRootStorage );
|
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
|
URL where the doc was loaded/recovered from
|
||||||
*/
|
*/
|
||||||
void impl_switchToLogicalURL(
|
void impl_switchToLogicalURL(
|
||||||
|
@@ -32,7 +32,7 @@ namespace framework{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
@short represent a result of a finished job execution
|
@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
|
data from the code place where the job was finished
|
||||||
to the outside code, where e.g. listener must be notified.
|
to the outside code, where e.g. listener must be notified.
|
||||||
*/
|
*/
|
||||||
|
@@ -46,7 +46,7 @@ class LoadEnvException
|
|||||||
ID_UNSUPPORTED_CONTENT,
|
ID_UNSUPPORTED_CONTENT,
|
||||||
|
|
||||||
/** @short It was not possible to get access to global filter configuration.
|
/** @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,
|
ID_NO_CONFIG_ACCESS,
|
||||||
|
|
||||||
/** @short Some data obtained from the filter configuration seems to incorrect.
|
/** @short Some data obtained from the filter configuration seems to incorrect.
|
||||||
|
@@ -86,7 +86,7 @@ uno_threadpool_create() SAL_THROW_EXTERN_C();
|
|||||||
called, BEFORE uno_threadpool_enter() is called and BEFORE a job for this
|
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
|
thread is put into the threadpool (avoid a race between this thread and
|
||||||
an incoming request/reply).
|
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.
|
uno_threadpool_detach must be done.
|
||||||
|
|
||||||
@param hPool The bridge threadpool handle previously created by uno_threadpool_create.
|
@param hPool The bridge threadpool handle previously created by uno_threadpool_create.
|
||||||
|
@@ -185,7 +185,7 @@ public:
|
|||||||
|
|
||||||
/** Returns true, if a single HLINK record has been created. */
|
/** Returns true, if a single HLINK record has been created. */
|
||||||
bool HasLinkRecord() const;
|
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();
|
XclExpHyperlinkRef GetLinkRecord();
|
||||||
|
|
||||||
/** Returns true, if multiple URLs have been processed. */
|
/** Returns true, if multiple URLs have been processed. */
|
||||||
|
@@ -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& rAnchor, const uno::Any& rAddress, const uno::Any& rSubAddress,
|
||||||
const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) throw (uno::RuntimeException, std::exception)
|
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
|
call to Add() is passed to the Hyperlinks object of the parent
|
||||||
worksheet. This container will not be modified (it will not contain the
|
worksheet. This container will not be modified (it will not contain the
|
||||||
inserted hyperlink).
|
inserted hyperlink).
|
||||||
|
@@ -163,7 +163,7 @@ End
|
|||||||
End
|
End
|
||||||
|
|
||||||
#ifdef MACOSX
|
#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)
|
#define SDK_LIBRARY_LINK(id,name,target)
|
||||||
#elif defined(WNT)
|
#elif defined(WNT)
|
||||||
#define SDK_LIBRARY_LINK(id,name,target) \
|
#define SDK_LIBRARY_LINK(id,name,target) \
|
||||||
|
@@ -56,7 +56,7 @@ public:
|
|||||||
separately.
|
separately.
|
||||||
@param nIndex
|
@param nIndex
|
||||||
This index is displayed in the view as page number. It is not
|
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).
|
or use (x-1)/2 magic).
|
||||||
*/
|
*/
|
||||||
PageDescriptor (
|
PageDescriptor (
|
||||||
|
@@ -85,7 +85,7 @@ static HTML_TokenEntry aHTMLTokenTab[] = {
|
|||||||
{{OOO_STRING_SVTOOLS_HTML_dt}, HTML_DT_ON},
|
{{OOO_STRING_SVTOOLS_HTML_dt}, HTML_DT_ON},
|
||||||
{{OOO_STRING_SVTOOLS_HTML_emphasis}, HTML_EMPHASIS_ON},
|
{{OOO_STRING_SVTOOLS_HTML_emphasis}, HTML_EMPHASIS_ON},
|
||||||
{{OOO_STRING_SVTOOLS_HTML_figure}, HTML_FIGURE_ON}, // HTML 3.0
|
{{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_footnote}, HTML_FOOTNOTE_ON}, // HTML 3.0
|
||||||
{{OOO_STRING_SVTOOLS_HTML_form}, HTML_FORM_ON},
|
{{OOO_STRING_SVTOOLS_HTML_form}, HTML_FORM_ON},
|
||||||
{{OOO_STRING_SVTOOLS_HTML_frame}, HTML_FRAME_ON}, // Netscape 2.0
|
{{OOO_STRING_SVTOOLS_HTML_frame}, HTML_FRAME_ON}, // Netscape 2.0
|
||||||
|
@@ -248,7 +248,7 @@ void SchXMLChartContext::StartElement( const uno::Reference< xml::sax::XAttribut
|
|||||||
if( xVisualObject.is() )
|
if( xVisualObject.is() )
|
||||||
maChartSize = xVisualObject->getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); //#i103460# take the size given from the parent frame as default
|
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;
|
bool bSetSwitchData = false;
|
||||||
|
|
||||||
OUString sAutoStyleName;
|
OUString sAutoStyleName;
|
||||||
|
@@ -633,7 +633,7 @@ uno::Sequence< OUString > lcl_DataSequenceToStringSequence(
|
|||||||
}
|
}
|
||||||
if(!bHasValue)
|
if(!bHasValue)
|
||||||
{
|
{
|
||||||
//no double value is countained
|
//no double value is contained
|
||||||
//is there any text?
|
//is there any text?
|
||||||
uno::Sequence< OUString > aStrings( lcl_DataSequenceToStringSequence( xSeq ) );
|
uno::Sequence< OUString > aStrings( lcl_DataSequenceToStringSequence( xSeq ) );
|
||||||
sal_Int32 nTextCount = aStrings.getLength();
|
sal_Int32 nTextCount = aStrings.getLength();
|
||||||
|
@@ -144,7 +144,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
|
|||||||
{
|
{
|
||||||
// #85906# Code for setting masterpage needs complete rework
|
// #85906# Code for setting masterpage needs complete rework
|
||||||
// since GetSdImport().GetMasterStylesContext() gives always ZERO
|
// 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
|
// compare the wanted masterpage-name with the existing masterpages
|
||||||
// which were loaded and created in the styles section loading.
|
// which were loaded and created in the styles section loading.
|
||||||
uno::Reference< drawing::XDrawPages > xMasterPages(GetSdImport().GetLocalMasterPages(), uno::UNO_QUERY);
|
uno::Reference< drawing::XDrawPages > xMasterPages(GetSdImport().GetLocalMasterPages(), uno::UNO_QUERY);
|
||||||
|
Reference in New Issue
Block a user