Fix typos
Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950 Reviewed-on: https://gerrit.libreoffice.org/58347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
c2611f185f
commit
7a3e7ee1c7
@@ -40,7 +40,7 @@ public class java_complex implements TestBase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class
|
* This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class
|
||||||
* and crates the JobDescription.
|
* and creates the JobDescription.
|
||||||
* @return true of all tests run successfully, else false
|
* @return true of all tests run successfully, else false
|
||||||
*/
|
*/
|
||||||
public boolean executeTest(TestParameters param)
|
public boolean executeTest(TestParameters param)
|
||||||
|
@@ -359,7 +359,7 @@ public:
|
|||||||
class ClassificationInserter : public ClassificationCommon
|
class ClassificationInserter : public ClassificationCommon
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
/// Delete the previous existing classification object(s) - if they exists
|
/// Delete the previous existing classification object(s) - if they exist
|
||||||
void deleteExistingObjects()
|
void deleteExistingObjects()
|
||||||
{
|
{
|
||||||
OUString sKey = m_aKeyCreator.makeCategoryNameKey();
|
OUString sKey = m_aKeyCreator.makeCategoryNameKey();
|
||||||
|
@@ -127,7 +127,7 @@ namespace svgio
|
|||||||
// which is just the space-char cleaned, concatenated Selectors. The part to 'match'
|
// which is just the space-char cleaned, concatenated Selectors. The part to 'match'
|
||||||
// these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
|
// these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
|
||||||
// built up using the priorities of local CssStyle, Id, Class and other info combined
|
// built up using the priorities of local CssStyle, Id, Class and other info combined
|
||||||
// with the existing hierarchy. This creates a specificity- and priority-sorted local
|
// with the existing hierarchy. This creates a specificity and priority-sorted local
|
||||||
// list for each node which is then chained using get/setCssStyleParent.
|
// list for each node which is then chained using get/setCssStyleParent.
|
||||||
// The current solution is capable of solving space-separated selectors which can be
|
// The current solution is capable of solving space-separated selectors which can be
|
||||||
// mixed between Id, Class and type specifiers.
|
// mixed between Id, Class and type specifiers.
|
||||||
|
@@ -515,7 +515,7 @@ bool URLParameter::query()
|
|||||||
else if( parameter == "Active" )
|
else if( parameter == "Active" )
|
||||||
m_aActive = value;
|
m_aActive = value;
|
||||||
else if( parameter == "Version" )
|
else if( parameter == "Version" )
|
||||||
; // ignored (but accepted) in the build-in help, useful only for the online help
|
; // ignored (but accepted) in the built-in help, useful only for the online help
|
||||||
else
|
else
|
||||||
ret = false;
|
ret = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user