diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-01-02 15:51:30 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-02 20:23:51 +0000 |
commit | 3a2b1af87d629a780f0e98559fb8b409378a80c7 (patch) | |
tree | ecf27171a38a2d6d4b05b4acd42e8e98b7f7d70a /sw | |
parent | d7794d2584cd5d476b011b5344c77ad59c179c58 (diff) |
Fix simple typos.
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599
Reviewed-on: https://gerrit.libreoffice.org/13719
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/frmedt/fefly1.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/scriptinfo.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx index 957ddaceb16c..de8917d0ac8a 100644 --- a/sw/source/core/frmedt/fefly1.cxx +++ b/sw/source/core/frmedt/fefly1.cxx @@ -1887,7 +1887,7 @@ void SwFEShell::GetConnectableFrmFmts(SwFrmFmt & rFmt, { const OUString aString = (*aIt)->GetName(); - /* rFmt is not a vaild successor or predecessor of + /* rFmt is not a valid successor or predecessor of itself */ if (aString != rReference && aString != rFmt.GetName()) { diff --git a/sw/source/core/inc/scriptinfo.hxx b/sw/source/core/inc/scriptinfo.hxx index 86ac8ec3c964..215c8005bbcc 100644 --- a/sw/source/core/inc/scriptinfo.hxx +++ b/sw/source/core/inc/scriptinfo.hxx @@ -328,7 +328,7 @@ public: */ static bool IsArabicText( const OUString& rTxt, sal_Int32 nStt, sal_Int32 nLen ); -/** Performes a thai justification on the kerning array +/** Performs a thai justification on the kerning array @descr Add some extra space for thai justification to the positions in the kerning array. |