Kaydet (Commit) c66fe94d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f
Reviewed-on: https://gerrit.libreoffice.org/48024Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst e7544e22
......@@ -57,7 +57,7 @@ namespace desktop {
{
public:
// contructs a new lockfile onject
// constructs a new lockfile onject
Lockfile( bool bIPCserver = true );
// separating GUI code:
......
......@@ -967,7 +967,7 @@
<xsl:with-param name="value" select="key('page-layout',$pagemaster)/style:page-layout-properties/@fo:margin-top"/>
</xsl:call-template>
</xsl:variable>
<!-- addjust the x and y values of the page archored objects-->
<!-- adjust the x and y values of the page archored objects-->
<xsl:variable name="x">
<xsl:choose>
<xsl:when test="@text:anchor-type='page' or ancestor::draw:*/@text:anchor-type='page'">
......
......@@ -37,7 +37,7 @@ Author: Rüdiger Timm <rt@openoffice.org>
Date: Wed Jul 2 07:52:44 2008 +0000
INTEGRATION: CWS i18n41 (1.9.12); FILE MERGED
2008/06/17 20:22:30 khong 1.9.12.2: i83229 fix the problem of leading hyphen for nubmers
2008/06/17 20:22:30 khong 1.9.12.2: i83229 fix the problem of leading hyphen for numbers
2008/04/23 06:20:16 khong 1.9.12.1: i72868, i80891, i83229, fix Chinese punctuations and hyphen for line breakiterator
commit 55dff22611659a1567c968fbf9e512a2765ab62e
......
......@@ -86,7 +86,7 @@ public:
StarBASIC( StarBASIC* pParent = nullptr, bool bIsDocBasic = false );
// #51727 SetModified overridden so that the Modfied-State is
// #51727 SetModified overridden so that the Modified-State is
// not delivered to Parent.
virtual void SetModified( bool ) override;
......
......@@ -412,7 +412,7 @@ class VolumeInfo
VolumeInfo( VolumeInfo& ) SAL_DELETED_FUNCTION;
/** Assginment operator.
/** Assignment operator.
*/
VolumeInfo& operator = ( VolumeInfo& ) SAL_DELETED_FUNCTION;
......@@ -460,7 +460,7 @@ public:
return (_aInfo.uAttributes & osl_Volume_Attribute_Remote) != 0;
}
/** Check the removeable flag.
/** Check the removable flag.
@return
true if attributes are valid and the volume is removable else false.
......@@ -896,7 +896,7 @@ class File: public FileBase
File( File& ) SAL_DELETED_FUNCTION;
/** Assginment operator.
/** Assignment operator.
*/
File& operator = ( File& ) SAL_DELETED_FUNCTION;
......
......@@ -33,14 +33,14 @@ package com.sun.star.uno;
*/
public class MappingException extends com.sun.star.uno.RuntimeException {
/**
* Contructs an empty <code>MappingException</code>.
* Constructs an empty <code>MappingException</code>.
*/
public MappingException() {
super();
}
/**
* Contructs an <code>MappingException</code> with a detail message.
* Constructs an <code>MappingException</code> with a detail message.
*
* @param message the detail message.
*/
......@@ -49,7 +49,7 @@ public class MappingException extends com.sun.star.uno.RuntimeException {
}
/**
* Contructs an <code>MappingException</code> with a detail message and a
* Constructs an <code>MappingException</code> with a detail message and a
* context.
*
* @param message the detail message.
......
......@@ -23,7 +23,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
</head>
<body>
<a name="exapmles"></a>
<a name="examples"></a>
<div id="BgContainer">
<div id="Container">
<div id="TopHeader">
......
......@@ -152,7 +152,7 @@ interface XConfigurationController
@param eMode
<p>When eMode is REPLACE then, before adding the
resource activation to the request queue, similar resources
linked to the same anchor are removed. This makes it easer to
linked to the same anchor are removed. This make it easier to
switch between resources whose activation is mutually exclusive.
For example, there can only be one view per pane, so before
activating a new view the old one has to be deactivated.</p>
......
......@@ -104,7 +104,7 @@ public class _XExtendedIndexEntrySupplier extends MultiMethodTest {
}
/*
* gets one phonetic canidate for the chinese local
* gets one phonetic candidate for the chinese local
* is ok if 'yi' is returned as expected.
*/
public void _getPhoneticCandidate() {
......
......@@ -80,7 +80,7 @@ private:
sal_uInt16 nEditMode;
css::uno::Reference< css::media::XPlayer > mxPlayer;
/** This pointer stores a canidate for assigning a style in the water
/** This pointer stores a candidate for assigning a style in the water
can mode between mouse button down and mouse button up.
*/
SdrObject* pWaterCanCandidate;
......
......@@ -2331,7 +2331,7 @@ SwFrame *SaveContent( SwLayoutFrame *pLay, SwFrame *pStart )
return nullptr;
}
// Tables should be saved as a whole, expection:
// Tables should be saved as a whole, exception:
// The contents of a section or a cell inside a table should be saved
if ( pSav->IsInTab() && !( ( pLay->IsSctFrame() || pLay->IsCellFrame() ) && pLay->IsInTab() ) )
while ( !pSav->IsTabFrame() )
......
......@@ -1166,7 +1166,7 @@ void wwSectionManager::CreateSep(const long nTextPos)
{
WW8_CP nStart, nLen;
mrReader.m_xHdFt->GetTextPosExact( static_cast< short >(nI + ( maSegments.size() + 1) * 6), nStart, nLen);
//No header or footer, inherit pervious one, or set to zero
//No header or footer, inherit previous one, or set to zero
//if no previous one
if (!nLen)
{
......
......@@ -1401,7 +1401,7 @@ void SwDocShell::ReloadFromHtml( const OUString& rStreamName, SwSrcView* pSrcVie
bool bModified = IsModified();
// The HTTP-Header fields have to be removed, otherwise
// there are some from Meta-Tags dublicated or triplicated afterwards.
// there are some from Meta-Tags duplicated or triplicated afterwards.
ClearHeaderAttributesForSourceViewHack();
#if HAVE_FEATURE_SCRIPTING
......
......@@ -40,7 +40,7 @@ using namespace com::sun::star::accessibility;
/**
* enumarate method,get next element
* enumerate method,get next element
* @param cElements The number of elements to be returned.
* @param pvar An array of at least size celt in which the elements are to be returned.
* @param pcElementFetched Pointer to the number of elements returned in rgVar, or Null
......@@ -94,7 +94,7 @@ HRESULT STDMETHODCALLTYPE CEnumVariant::Next(ULONG cElements,VARIANT __RPC_FAR *
}
/**
* skip the elements in the given range when enumarate elements
* skip the elements in the given range when enumerate elements
* @param cElements The number of elements to skip.
* @return Result.
*/
......
......@@ -2705,7 +2705,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
break;
case NS_ooxml::LN_CT_SdtPr_rPr:
{
// Make sure properties from a pervious SDT are not merged with the current ones.
// Make sure properties from a previous SDT are not merged with the current ones.
m_pImpl->m_pSdtHelper->getInteropGrabBagAndClear();
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment