Fix typos
Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad Reviewed-on: https://gerrit.libreoffice.org/48546 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
484d0ea842
commit
32b2a1831d
@@ -280,7 +280,7 @@ void SvxHyperlinkTabPageBase::FillStandardDlgFields ( const SvxHyperlinkItem* pH
|
|||||||
// Any action to do after apply-button is pressed
|
// Any action to do after apply-button is pressed
|
||||||
void SvxHyperlinkTabPageBase::DoApply ()
|
void SvxHyperlinkTabPageBase::DoApply ()
|
||||||
{
|
{
|
||||||
// default-implemtation : do nothing
|
// default-implementation : do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ask page whether an insert is possible
|
// Ask page whether an insert is possible
|
||||||
@@ -293,7 +293,7 @@ bool SvxHyperlinkTabPageBase::AskApply ()
|
|||||||
// This method would be called from bookmark-window to set new mark-string
|
// This method would be called from bookmark-window to set new mark-string
|
||||||
void SvxHyperlinkTabPageBase::SetMarkStr ( const OUString& /*aStrMark*/ )
|
void SvxHyperlinkTabPageBase::SetMarkStr ( const OUString& /*aStrMark*/ )
|
||||||
{
|
{
|
||||||
// default-implemtation : do nothing
|
// default-implementation : do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set initial focus
|
// Set initial focus
|
||||||
|
@@ -526,7 +526,7 @@ void SAL_CALL ORowSet::disposing()
|
|||||||
xComponent->removeEventListener(xEvt);
|
xComponent->removeEventListener(xEvt);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_aActiveConnection = Any(); // the any conatains a reference too
|
m_aActiveConnection = Any(); // the any contains a reference too
|
||||||
if(m_bOwnConnection)
|
if(m_bOwnConnection)
|
||||||
::comphelper::disposeComponent(m_xActiveConnection);
|
::comphelper::disposeComponent(m_xActiveConnection);
|
||||||
m_xActiveConnection = nullptr;
|
m_xActiveConnection = nullptr;
|
||||||
|
@@ -834,7 +834,7 @@
|
|||||||
<xsl:text>000</xsl:text>
|
<xsl:text>000</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@office:time-value">
|
<xsl:when test="@office:time-value">
|
||||||
<!-- conatains date and time (time will be evaluated later -->
|
<!-- contains date and time (time will be evaluated later -->
|
||||||
<xsl:value-of select="@office:date-value" />
|
<xsl:value-of select="@office:date-value" />
|
||||||
<xsl:text>T</xsl:text>
|
<xsl:text>T</xsl:text>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
|
@@ -630,7 +630,7 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- REASON FOR TEMPLATE:
|
<!-- REASON FOR TEMPLATE:
|
||||||
The OpenOffice style properities gathered in the variable 'globalData' have to be mapped to the CSS style format
|
The OpenOffice style properties gathered in the variable 'globalData' have to be mapped to the CSS style format
|
||||||
-->
|
-->
|
||||||
<xsl:template name="map-odf-properties">
|
<xsl:template name="map-odf-properties">
|
||||||
<xsl:param name="globalData" />
|
<xsl:param name="globalData" />
|
||||||
|
@@ -113,7 +113,7 @@ OUString SAL_CALL FilterDetect::detect(Sequence< PropertyValue >& aArguments )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// flatxml starts with an office:document element. this element
|
// flatxml starts with an office:document element. this element
|
||||||
// conatains a class="..." attribute by which we can deduct the
|
// contains a class="..." attribute by which we can deduct the
|
||||||
// type of document that is to be loaded
|
// type of document that is to be loaded
|
||||||
|
|
||||||
// WARNING:
|
// WARNING:
|
||||||
|
@@ -34,7 +34,7 @@ public interface DisposeNotifier {
|
|||||||
* <p>It is unspecified exactly when the <code>notifyDispose</code> callback
|
* <p>It is unspecified exactly when the <code>notifyDispose</code> callback
|
||||||
* is fired: immediately before the notifier is disposed, while it is in the
|
* is fired: immediately before the notifier is disposed, while it is in the
|
||||||
* process of disposing, or some time after it got disposed. But even if
|
* process of disposing, or some time after it got disposed. But even if
|
||||||
* adding a listener to an already disposed notifer, the listener must
|
* adding a listener to an already disposed notifier, the listener must
|
||||||
* eventually receive a <code>notifyDispose</code> callback.</p>
|
* eventually receive a <code>notifyDispose</code> callback.</p>
|
||||||
*
|
*
|
||||||
* @param listener a dispose listener, to be notified when this object is
|
* @param listener a dispose listener, to be notified when this object is
|
||||||
|
@@ -260,7 +260,7 @@ ScVbaValidation::Add( const uno::Any& Type, const uno::Any& AlertStyle, const un
|
|||||||
{
|
{
|
||||||
case excel::XlDVAlertStyle::xlValidAlertStop:
|
case excel::XlDVAlertStyle::xlValidAlertStop:
|
||||||
// yes I know it's already defaulted but safer to assume
|
// yes I know it's already defaulted but safer to assume
|
||||||
// someone propbably could change the code above
|
// someone probably could change the code above
|
||||||
eStyle = sheet::ValidationAlertStyle_STOP;
|
eStyle = sheet::ValidationAlertStyle_STOP;
|
||||||
break;
|
break;
|
||||||
case excel::XlDVAlertStyle::xlValidAlertWarning:
|
case excel::XlDVAlertStyle::xlValidAlertWarning:
|
||||||
|
@@ -629,7 +629,7 @@ void SdDialogsTest::openAnyDialog()
|
|||||||
{
|
{
|
||||||
// unknown dialog, should not happen in this basic loop.
|
// unknown dialog, should not happen in this basic loop.
|
||||||
// You have probably forgotten to add a case and
|
// You have probably forgotten to add a case and
|
||||||
// implementastion to createDialogByID, please do this
|
// implementation to createDialogByID, please do this
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -97,7 +97,7 @@ bool SvEmbedTransferHelper::GetData( const css::datatransfer::DataFlavor& rFlavo
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// TODO/LATER: Propbably the graphic should be copied here as well
|
// TODO/LATER: Probably the graphic should be copied here as well
|
||||||
// currently it is handled by the applications
|
// currently it is handled by the applications
|
||||||
utl::TempFile aTmp;
|
utl::TempFile aTmp;
|
||||||
aTmp.EnableKillingFile();
|
aTmp.EnableKillingFile();
|
||||||
|
@@ -3455,7 +3455,7 @@ static void InvaPercentFlys( SwFrame *pFrame, SwTwips nDiff )
|
|||||||
pFly->GetAnchorFrame()->GetUpper();
|
pFly->GetAnchorFrame()->GetUpper();
|
||||||
// ... and we have already more than 90% height and we
|
// ... and we have already more than 90% height and we
|
||||||
// not allow the text to go through...
|
// not allow the text to go through...
|
||||||
// then a notifycation could cause an endless loop, e.g.
|
// then a notification could cause an endless loop, e.g.
|
||||||
// 100% height and no text wrap inside a cell of a table.
|
// 100% height and no text wrap inside a cell of a table.
|
||||||
if( pFly->getFrameArea().Height()*10 >
|
if( pFly->getFrameArea().Height()*10 >
|
||||||
( nDiff + pRel->getFramePrintArea().Height() )*9 &&
|
( nDiff + pRel->getFramePrintArea().Height() )*9 &&
|
||||||
|
@@ -1558,7 +1558,7 @@ DocxExport::DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument, SwPaM *pCur
|
|||||||
m_pSdrExport( nullptr ),
|
m_pSdrExport( nullptr ),
|
||||||
m_bDocm(bDocm)
|
m_bDocm(bDocm)
|
||||||
{
|
{
|
||||||
// Write the document properies
|
// Write the document properties
|
||||||
WriteProperties( );
|
WriteProperties( );
|
||||||
|
|
||||||
// relations for the document
|
// relations for the document
|
||||||
|
@@ -218,7 +218,7 @@ void ScreenshotTest::processAllKnownDialogs()
|
|||||||
{
|
{
|
||||||
// unknown dialog, should not happen in this basic loop.
|
// unknown dialog, should not happen in this basic loop.
|
||||||
// You have probably forgotten to add a case and
|
// You have probably forgotten to add a case and
|
||||||
// implementastion to createDialogByID, please do this
|
// implementation to createDialogByID, please do this
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -81,7 +81,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface
|
|||||||
raises( com::sun::star::beans::UnknownPropertyException );
|
raises( com::sun::star::beans::UnknownPropertyException );
|
||||||
|
|
||||||
/** @returns
|
/** @returns
|
||||||
the default values of the propertes with the specified names.
|
the default values of the properties with the specified names.
|
||||||
|
|
||||||
<p>If no default exists, is not known, or is void,
|
<p>If no default exists, is not known, or is void,
|
||||||
then the return type at the corresponding position in the
|
then the return type at the corresponding position in the
|
||||||
@@ -92,7 +92,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface
|
|||||||
This sequence must be alphabetically sorted.
|
This sequence must be alphabetically sorted.
|
||||||
|
|
||||||
@throws UnknownPropertyException
|
@throws UnknownPropertyException
|
||||||
if one of the propertes does not exist.
|
if one of the properties does not exist.
|
||||||
|
|
||||||
@throws com::sun::star::lang::WrappedTargetException
|
@throws com::sun::star::lang::WrappedTargetException
|
||||||
if the implementation has an internal reason for the exception.
|
if the implementation has an internal reason for the exception.
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
% This is an "unobsfucated version of postscript header" in printerjob.cxx. It
|
% This is an "unobsfucated version of postscript header" in printerjob.cxx. It
|
||||||
% was propably kept separate for the comments, but it is not used in it self
|
% was probably kept separate for the comments, but it is not used in it self
|
||||||
% and propably was not kept in sync with the actual header.
|
% and probably was not kept in sync with the actual header.
|
||||||
|
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
|
Reference in New Issue
Block a user