Fix typos

Split from:
https://gerrit.libreoffice.org/#/c/77765/

Change-Id: I888876fcad2405ba1a938a26b69b47737cf896b8
Reviewed-on: https://gerrit.libreoffice.org/77773
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-08-20 09:20:46 +02:00
committed by Julien Nabet
parent 11907c04bf
commit f3b3ccb8cc
4 changed files with 5 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ public:
typedef std::map<OUString, sal_Int32> CellStyleNameMap;
/// A text table style is a uno api wrapper for a SwTableAutoFormat
/// A text table style is a UNO API wrapper for a SwTableAutoFormat
class SwXTextTableStyle : public cppu::WeakImplHelper
<
css::style::XStyle,
@@ -321,7 +321,7 @@ public:
static css::uno::Reference<css::style::XStyle> CreateXTextTableStyle(SwDocShell* pDocShell, const OUString& rTableAutoFormatName);
};
/// A text cell style is a uno api wrapper for a SwBoxAutoFormat core class
/// A text cell style is a UNO API wrapper for a SwBoxAutoFormat core class
class SwXTextCellStyle : public cppu::WeakImplHelper
<
css::style::XStyle,

View File

@@ -163,7 +163,7 @@ bool SwDoc::StartGrammarChecking( bool bSkipStart )
//!! only documents with visible views need to be checked
//!! (E.g. don't check temporary documents created for printing, see printing of notes and selections.
//!! Those get created on the fly and get hard deleted a bit later as well, and no one should have
//!! a uno reference to them)
//!! a UNO reference to them)
if (bVisible)
{
uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( GetGCIterator() );

View File

@@ -232,7 +232,7 @@ namespace sw
/** Provide a dynamic_cast style cast for SfxPoolItems
A SfxPoolItem generally need to be cast back to its original type
to be useful, which is both tedious and errorprone. So item_cast is
to be useful, which is both tedious and error prone. So item_cast is
a helper template to aid the process and test if the cast is
correct.

View File

@@ -42,7 +42,7 @@ struct pseudo_Mapping : public uno_Mapping
~pseudo_Mapping();
};
//==== a uno pseudo proxy =============================================================================
//==== a UNO pseudo proxy =============================================================================
struct pseudo_unoInterfaceProxy : public uno_Interface
{
oslInterlockedCount nRef;