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:
committed by
Julien Nabet
parent
11907c04bf
commit
f3b3ccb8cc
@@ -228,7 +228,7 @@ public:
|
|||||||
|
|
||||||
typedef std::map<OUString, sal_Int32> CellStyleNameMap;
|
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
|
class SwXTextTableStyle : public cppu::WeakImplHelper
|
||||||
<
|
<
|
||||||
css::style::XStyle,
|
css::style::XStyle,
|
||||||
@@ -321,7 +321,7 @@ public:
|
|||||||
static css::uno::Reference<css::style::XStyle> CreateXTextTableStyle(SwDocShell* pDocShell, const OUString& rTableAutoFormatName);
|
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
|
class SwXTextCellStyle : public cppu::WeakImplHelper
|
||||||
<
|
<
|
||||||
css::style::XStyle,
|
css::style::XStyle,
|
||||||
|
@@ -163,7 +163,7 @@ bool SwDoc::StartGrammarChecking( bool bSkipStart )
|
|||||||
//!! only documents with visible views need to be checked
|
//!! 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.
|
//!! (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
|
//!! 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)
|
if (bVisible)
|
||||||
{
|
{
|
||||||
uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( GetGCIterator() );
|
uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( GetGCIterator() );
|
||||||
|
@@ -232,7 +232,7 @@ namespace sw
|
|||||||
/** Provide a dynamic_cast style cast for SfxPoolItems
|
/** Provide a dynamic_cast style cast for SfxPoolItems
|
||||||
|
|
||||||
A SfxPoolItem generally need to be cast back to its original type
|
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
|
a helper template to aid the process and test if the cast is
|
||||||
correct.
|
correct.
|
||||||
|
|
||||||
|
@@ -42,7 +42,7 @@ struct pseudo_Mapping : public uno_Mapping
|
|||||||
~pseudo_Mapping();
|
~pseudo_Mapping();
|
||||||
};
|
};
|
||||||
|
|
||||||
//==== a uno pseudo proxy =============================================================================
|
//==== a UNO pseudo proxy =============================================================================
|
||||||
struct pseudo_unoInterfaceProxy : public uno_Interface
|
struct pseudo_unoInterfaceProxy : public uno_Interface
|
||||||
{
|
{
|
||||||
oslInterlockedCount nRef;
|
oslInterlockedCount nRef;
|
||||||
|
Reference in New Issue
Block a user