Kaydet (Commit) 2bceb245 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Id7d0de124c4b9006db8c28e5cebb3ba38b0143ee
Reviewed-on: https://gerrit.libreoffice.org/57602
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 7d071f35
......@@ -68,7 +68,7 @@ namespace drawinglayer
protected:
/** write access right for classes deriving from this who want to do special
things (e.g. optimization, buffering).
Caution: This is an exception from the read-only, non-modifyable paradigm
Caution: This is an exception from the read-only, non-modifiable paradigm
for primitives, so special preparations may be needed. Usually should
only be used for initialization (e.g. in a derived constructor)
*/
......
......@@ -41,7 +41,7 @@ class EDITENG_DLLPUBLIC SvxAdjustItem : public SfxEnumItemInterface
bool bCenter : 1;
bool bBlock : 1;
// only activ when bBlock
// only active when bBlock
bool bOneBlock : 1;
bool bLastCenter : 1;
bool bLastBlock : 1;
......
......@@ -194,7 +194,7 @@ namespace editeng
<p>Note an important thing about the indices: They are always relative to the <em>previous
call</em> of ReplaceUnit. This means when you get a call to ReplaceUnit, and replace some text
in your document, than you have to remember the document position immediately <em>behind</em>
in your document, then you have to remember the document position immediately <em>behind</em>
the changed text. In a next call to ReplaceUnit, an index of <em>0</em> will denote exactly
this position behind the previous replacement<br/>
The reason is that this class here does not know anything about your document structure,
......
......@@ -818,7 +818,7 @@ public:
);
// Because shadow properties depends to the line and fillstyle, the CreateShadowProperties method should be called at last.
// It activ only when at least a FillStyle or LineStyle is set.
// It's active only when at least a FillStyle or LineStyle is set.
void CreateShadowProperties(
const css::uno::Reference< css::beans::XPropertySet > &
);
......
......@@ -120,7 +120,7 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short returns the complete addons menu
@descr Call it to get all entries of the addon menu.
We return a list of all nodes with his names and properties.
We return a list of all nodes with its names and properties.
@return A list of menu items is returned.
@onerror We return an empty list.
......
......@@ -89,7 +89,7 @@ namespace oox { namespace ppt {
OOX_DLLPUBLIC bool convertAnimationValue(AnimationAttributeEnum eAttribute, css::uno::Any& rValue);
/** convert the measure string to LibreOffice format.
* i.e. convert occurence of #{0,1}ppt_[xywh] to x,y, width, height.
* i.e. convert occurrence of #{0,1}ppt_[xywh] to x,y, width, height.
*/
OOX_DLLPUBLIC bool convertMeasure(OUString& rString);
} }
......
......@@ -65,7 +65,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : public utl::detail:
/*-****************************************************************************************************
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
We return a list of all nodes with his names and properties.
We return a list of all nodes with its names and properties.
@param "eOption" select the list to retrieve.
@return A list of command strings is returned.
......
......@@ -69,7 +69,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtDynamicMenuOptions : public utl::det
/*-****************************************************************************************************
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
We return a list of all nodes with his names and properties.
We return a list of all nodes with its names and properties.
@param "eMenu" select right menu.
@return A list of menu items is returned.
......
......@@ -69,7 +69,7 @@ private:
* @return
* There are several cases when this method will fail:
* - The directory does not exist
* - There are no files which which match the pattern images_xxx.zip
* - There are no files which match the pattern images_xxx.zip
*/
void ScanDirectoryForIconThemes(const OUString &path);
......
......@@ -181,7 +181,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper<
protected:
void setExportFlags( SvXMLExportFlags nExportFlags ) { mnExportFlags = nExportFlags; }
// Get (modifyable) namespace map
// Get (modifiable) namespace map
SvXMLNamespaceMap& GetNamespaceMap_() { return *mpNamespaceMap; }
// get a new namespave map (used in starmath to have a default namespace)
......
......@@ -249,7 +249,7 @@ int SAL_CALL main( int argc, char * argv[] )
}
catch( ... )
{
OSL_FAIL( "unknown exception, already existing existing expected" );
OSL_FAIL( "unknown exception, already existing exception expected" );
}
rAcceptor->stopAccepting();
......
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