diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:16:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:24 +0200 |
commit | 643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 (patch) | |
tree | ff1a34dfc08813ad7973137c87ccd12c15f9eb3a | |
parent | 3bd26180c649a40251cdc12065fea91544a26906 (diff) |
typo: choise -> choice
-rw-r--r-- | qadevOOo/runner/convwatch/EnhancedComplexTestCase.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/GraphicalTestArguments.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/graphical/ParameterHelper.java | 2 | ||||
-rw-r--r-- | sd/source/filter/html/pubdlg.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/dialog/ascfldlg.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java index 77d7f6632fe9..a96dc7abdaf6 100644 --- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java +++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java @@ -89,7 +89,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase String sNEEDCHECK = (String)param.get( PropertyName.CHECK_NEED_TOOLS ); // TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns // with a default of 'false' which is not very helpful if the default should be 'true' -// maybe a getBoolean("name", true) could be a better choise. +// maybe a getBoolean("name", true) could be a better choice. if (sNEEDCHECK == null) { sNEEDCHECK = "false"; diff --git a/qadevOOo/runner/convwatch/GraphicalTestArguments.java b/qadevOOo/runner/convwatch/GraphicalTestArguments.java index d58546c8f906..8a4f4382268a 100644 --- a/qadevOOo/runner/convwatch/GraphicalTestArguments.java +++ b/qadevOOo/runner/convwatch/GraphicalTestArguments.java @@ -140,7 +140,7 @@ public class GraphicalTestArguments String sRECURSIVE = (String)param.get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); // TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns // with a default of 'false' which is not very helpful if the default should be 'true' -// maybe a getBoolean("name", true) could be a better choise. +// maybe a getBoolean("name", true) could be a better choice. if (sRECURSIVE == null) { sRECURSIVE = "true"; diff --git a/qadevOOo/runner/graphical/ParameterHelper.java b/qadevOOo/runner/graphical/ParameterHelper.java index fd41f63e60a7..91cd735c283c 100644 --- a/qadevOOo/runner/graphical/ParameterHelper.java +++ b/qadevOOo/runner/graphical/ParameterHelper.java @@ -157,7 +157,7 @@ public class ParameterHelper String sRECURSIVE = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); // TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns // with a default of 'false' which is not very helpful if the default should be 'true' -// maybe a getBoolean("name", true) could be a better choise. +// maybe a getBoolean("name", true) could be a better choice. if (sRECURSIVE == null) { sRECURSIVE = "true"; diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 92fc604825af..4d4de4672065 100644 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -950,7 +950,7 @@ IMPL_LINK( SdPublishingDlg, DesignHdl, RadioButton *, pButton ) return 0; } -// Clickhandler for the choise of one design +// Clickhandler for the choice of one design IMPL_LINK_NOARG(SdPublishingDlg, DesignSelectHdl) { sal_uInt16 nPos = pPage1_Designs->GetSelectEntryPos(); diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx index a1d129586efe..aa46bab15437 100644 --- a/sw/source/ui/dialog/ascfldlg.cxx +++ b/sw/source/ui/dialog/ascfldlg.cxx @@ -365,7 +365,7 @@ IMPL_LINK( SwAsciiFilterDlg, CharSetSelHdl, SvxTextEncodingBox*, pBox ) } else { - // restore old user choise (not the automatic!) + // restore old user choice (not the automatic!) m_pCRLF_RB->Check( m_pCRLF_RB->GetSavedValue() ); m_pCR_RB->Check( m_pCR_RB->GetSavedValue() ); m_pLF_RB->Check( m_pLF_RB->GetSavedValue() ); |