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:
committed by
Julien Nabet
parent
ab6369c626
commit
dc35df15c5
@@ -915,7 +915,7 @@ void TestLanguageTag::testLanguagesWithoutHyphenation()
|
|||||||
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ));
|
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ));
|
||||||
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_LSO));
|
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_SYRIA));
|
||||||
CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY));
|
CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY));
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
namespace sd
|
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.
|
* constraints and store the results.
|
||||||
*/
|
*/
|
||||||
class GraphicSizeViolation final
|
class GraphicSizeViolation final
|
||||||
|
@@ -25,7 +25,7 @@ namespace sd
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Intefece for the visitor class, which handles each visited SdrObject
|
* Interface for the visitor class, which handles each visited SdrObject
|
||||||
* in the DOM.
|
* in the DOM.
|
||||||
*/
|
*/
|
||||||
class ModelTraverseHandler
|
class ModelTraverseHandler
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
namespace sw
|
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.
|
* constraints and store the results.
|
||||||
*/
|
*/
|
||||||
class GraphicSizeViolation final
|
class GraphicSizeViolation final
|
||||||
|
Reference in New Issue
Block a user