Fix typos
Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
ab6369c626
commit
dc35df15c5
4 changed files with 4 additions and 4 deletions
|
@ -915,7 +915,7 @@ void TestLanguageTag::testLanguagesWithoutHyphenation()
|
|||
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ));
|
||||
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_LSO));
|
||||
|
||||
// Northern Kurdish (Kurmanji) -> uses Latin scrit, has hyphenation
|
||||
// Northern Kurdish (Kurmanji) -> uses Latin script, has hyphenation
|
||||
CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_SYRIA));
|
||||
CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY));
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
namespace sd
|
||||
{
|
||||
/**
|
||||
* Class resposible to check if a graphic object violates the size
|
||||
* Class responsible to check if a graphic object violates the size
|
||||
* constraints and store the results.
|
||||
*/
|
||||
class GraphicSizeViolation final
|
||||
|
|
|
@ -25,7 +25,7 @@ namespace sd
|
|||
namespace
|
||||
{
|
||||
/**
|
||||
* Intefece for the visitor class, which handles each visited SdrObject
|
||||
* Interface for the visitor class, which handles each visited SdrObject
|
||||
* in the DOM.
|
||||
*/
|
||||
class ModelTraverseHandler
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
namespace sw
|
||||
{
|
||||
/**
|
||||
* Class resposible to check if a graphic object violates the size
|
||||
* Class responsible to check if a graphic object violates the size
|
||||
* constraints and store the results.
|
||||
*/
|
||||
class GraphicSizeViolation final
|
||||
|
|
Loading…
Reference in a new issue