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:
parent
484d0ea842
commit
32b2a1831d
@ -280,7 +280,7 @@ void SvxHyperlinkTabPageBase::FillStandardDlgFields ( const SvxHyperlinkItem* pH
|
||||
// Any action to do after apply-button is pressed
|
||||
void SvxHyperlinkTabPageBase::DoApply ()
|
||||
{
|
||||
// default-implemtation : do nothing
|
||||
// default-implementation : do nothing
|
||||
}
|
||||
|
||||
// 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
|
||||
void SvxHyperlinkTabPageBase::SetMarkStr ( const OUString& /*aStrMark*/ )
|
||||
{
|
||||
// default-implemtation : do nothing
|
||||
// default-implementation : do nothing
|
||||
}
|
||||
|
||||
// Set initial focus
|
||||
|
@ -526,7 +526,7 @@ void SAL_CALL ORowSet::disposing()
|
||||
xComponent->removeEventListener(xEvt);
|
||||
}
|
||||
|
||||
m_aActiveConnection = Any(); // the any conatains a reference too
|
||||
m_aActiveConnection = Any(); // the any contains a reference too
|
||||
if(m_bOwnConnection)
|
||||
::comphelper::disposeComponent(m_xActiveConnection);
|
||||
m_xActiveConnection = nullptr;
|
||||
|
@ -834,7 +834,7 @@
|
||||
<xsl:text>000</xsl:text>
|
||||
</xsl:when>
|
||||
<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:text>T</xsl:text>
|
||||
<xsl:choose>
|
||||
|
@ -630,7 +630,7 @@
|
||||
</xsl: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:param name="globalData" />
|
||||
|
@ -113,7 +113,7 @@ OUString SAL_CALL FilterDetect::detect(Sequence< PropertyValue >& aArguments )
|
||||
}
|
||||
|
||||
// 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
|
||||
|
||||
// WARNING:
|
||||
|
@ -34,7 +34,7 @@ public interface DisposeNotifier {
|
||||
* <p>It is unspecified exactly when the <code>notifyDispose</code> callback
|
||||
* 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
|
||||
* 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>
|
||||
*
|
||||
* @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:
|
||||
// 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;
|
||||
break;
|
||||
case excel::XlDVAlertStyle::xlValidAlertWarning:
|
||||
|
@ -629,7 +629,7 @@ void SdDialogsTest::openAnyDialog()
|
||||
{
|
||||
// unknown dialog, should not happen in this basic loop.
|
||||
// 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
|
||||
{
|
||||
// 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
|
||||
utl::TempFile aTmp;
|
||||
aTmp.EnableKillingFile();
|
||||
|
@ -3455,7 +3455,7 @@ static void InvaPercentFlys( SwFrame *pFrame, SwTwips nDiff )
|
||||
pFly->GetAnchorFrame()->GetUpper();
|
||||
// ... and we have already more than 90% height and we
|
||||
// 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.
|
||||
if( pFly->getFrameArea().Height()*10 >
|
||||
( nDiff + pRel->getFramePrintArea().Height() )*9 &&
|
||||
|
@ -1558,7 +1558,7 @@ DocxExport::DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument, SwPaM *pCur
|
||||
m_pSdrExport( nullptr ),
|
||||
m_bDocm(bDocm)
|
||||
{
|
||||
// Write the document properies
|
||||
// Write the document properties
|
||||
WriteProperties( );
|
||||
|
||||
// relations for the document
|
||||
|
@ -218,7 +218,7 @@ void ScreenshotTest::processAllKnownDialogs()
|
||||
{
|
||||
// unknown dialog, should not happen in this basic loop.
|
||||
// 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 );
|
||||
|
||||
/** @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,
|
||||
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.
|
||||
|
||||
@throws UnknownPropertyException
|
||||
if one of the propertes does not exist.
|
||||
if one of the properties does not exist.
|
||||
|
||||
@throws com::sun::star::lang::WrappedTargetException
|
||||
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
|
||||
% was propably kept separate for the comments, but it is not used in it self
|
||||
% and propably was not kept in sync with the actual header.
|
||||
% was probably kept separate for the comments, but it is not used in it self
|
||||
% and probably was not kept in sync with the actual header.
|
||||
|
||||
%
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user