summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-20 09:20:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:45:45 +0200
commitf3b3ccb8cc66aca992bb1cccf8ea29b879547701 (patch)
tree3fa8bd237bcd70baa50157cd2affae849e561935
parent11907c04bf74701293555b568d2c38641177886c (diff)
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>
-rw-r--r--sw/inc/unostyle.hxx4
-rw-r--r--sw/source/core/doc/docnew.cxx2
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx2
-rw-r--r--testtools/source/performance/pseudo.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 3eb8a3a1f62c..5a2e66195c72 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -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,
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 613c0b50aa48..96ce88160f7e 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -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() );
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 4f6f67e49b8d..9049b37f4616 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -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.
diff --git a/testtools/source/performance/pseudo.cxx b/testtools/source/performance/pseudo.cxx
index bff6e998e092..8417a0aa9226 100644
--- a/testtools/source/performance/pseudo.cxx
+++ b/testtools/source/performance/pseudo.cxx
@@ -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;