diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx index f93e4437bab5..e43433dec88f 100644 --- a/editeng/source/accessibility/AccessibleContextBase.cxx +++ b/editeng/source/accessibility/AccessibleContextBase.cxx @@ -60,7 +60,7 @@ AccessibleContextBase::AccessibleContextBase ( mxStateSet = pStateSet; // Set some states. Don't use the SetState method because no events - // shall be broadcastet (that is not yet initialized anyway). + // shall be broadcasted (that is not yet initialized anyway). pStateSet->AddState (AccessibleStateType::ENABLED); pStateSet->AddState (AccessibleStateType::SENSITIVE); pStateSet->AddState (AccessibleStateType::SHOWING); diff --git a/framework/qa/complex/imageManager/_XInitialization.java b/framework/qa/complex/imageManager/_XInitialization.java index 74b97aa1cbc6..a272f8570a4b 100644 --- a/framework/qa/complex/imageManager/_XInitialization.java +++ b/framework/qa/complex/imageManager/_XInitialization.java @@ -31,7 +31,7 @@ import lib.TestParameters; *
'XInitialization.args'
(of type Object[]
):
* (Optional) : argument for initialize
-* method. If ommitet zero length array is used. * Test is multithread compliant.
* Till the present time there was no need to recreate environment diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index 60a933d7a140..759576d4a6c4 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -112,7 +112,7 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions bool bROIsTranslateCommonTerms; bool bROIsReverseMapping; - // check value need to determine if the configuration needs to updatet + // check value need to determine if the configuration needs to be updated // or not (used for a quick check if data files have been changed/added // or deleted sal_Int32 nDataFilesChangedCheckValue; diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx index 387403b731f4..7c13f6a3d6e3 100644 --- a/include/xmlscript/xmllib_imexp.hxx +++ b/include/xmlscript/xmllib_imexp.hxx @@ -31,7 +31,7 @@ namespace xmlscript // Library container export // HACK C++ struct to transport info. Later the container -// itself should do the export/import and use exportet XML +// itself should do the export/import and use exported XML // functionality from xmlscript struct XMLSCRIPT_DLLPUBLIC LibDescriptor { diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx index 64aef4954329..41dd8a5ccaee 100644 --- a/include/xmlscript/xmlmod_imexp.hxx +++ b/include/xmlscript/xmlmod_imexp.hxx @@ -29,7 +29,7 @@ namespace xmlscript // Script module import/export // HACK C++ struct to transport info. Later the container -// itself should do the export/import and use exportet XML +// itself should do the export/import and use exported XML // functionality from xmlscript struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor { diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx index 69d1bf6dcc01..c49655f2a0e4 100644 --- a/starmath/inc/format.hxx +++ b/starmath/inc/format.hxx @@ -82,7 +82,7 @@ #define DIS_END 23 -// to be broadcastet on format changes: +// to be broadcasted on format changes: #define HINT_FORMATCHANGED 10003 enum SmHorAlign { AlignLeft, AlignCenter, AlignRight }; diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx index df550c4f3616..e483775748a2 100644 --- a/vcl/inc/headless/svpinst.hxx +++ b/vcl/inc/headless/svpinst.hxx @@ -131,7 +131,7 @@ public: // Printer // pSetupData->mpDriverData can be 0 - // pSetupData must be updatet with the current + // pSetupData must be updated with the current // JobSetup virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, ImplJobSetup* pSetupData ) override; diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index da8b6dea8412..b5421f759e22 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -97,7 +97,7 @@ public: // Printer // pSetupData->mpDriverData can be 0 - // pSetupData must be updatet with the current + // pSetupData must be updated with the current // JobSetup virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, ImplJobSetup* pSetupData ) = 0;