diff options
19 files changed, 25 insertions, 25 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx index 10c8546025f2..6f0d99f7fba9 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx @@ -1475,7 +1475,7 @@ css::uno::Reference< XResultSet > DatabaseMetaData::getColumns( // 3. TABLE_NAME string => table name // => pg_class.relname // 4. COLUMN_NAME string => column name - // => pg_attribure.attname + // => pg_attribute.attname // 5. DATA_TYPE short => SQL type from java.sql.Types // => pg_type.typname => sdbc.DataType // 6. TYPE_NAME string => Data source dependent type name, for a UDT the diff --git a/connectivity/source/drivers/postgresql/pq_xcolumns.cxx b/connectivity/source/drivers/postgresql/pq_xcolumns.cxx index 695bb861e4a5..b5fcd1d0261a 100644 --- a/connectivity/source/drivers/postgresql/pq_xcolumns.cxx +++ b/connectivity/source/drivers/postgresql/pq_xcolumns.cxx @@ -127,7 +127,7 @@ OUString columnMetaData2SDBCX( // 3. TABLE_NAME string => table name // => pg_class.relname // 4. COLUMN_NAME string => column name - // => pg_attribure.attname + // => pg_attribute.attname // 5. DATA_TYPE short => SQL type from java.sql.Types // => pg_type.typname => sdbc.DataType // 6. TYPE_NAME string => Data source dependent type name, for a UDT the diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx index 7962900e597d..907e2d2971eb 100644 --- a/include/svtools/table/tablemodel.hxx +++ b/include/svtools/table/tablemodel.hxx @@ -114,7 +114,7 @@ namespace svt { namespace table */ virtual void columnRemoved() = 0; - /** notifies the listener that all columns have been removed form the model + /** notifies the listener that all columns have been removed from the model */ virtual void allColumnsRemoved() = 0; diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h index bd5e42d83911..52bac0a4a08b 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -130,7 +130,7 @@ uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C(); If the request is asynchronous, it is put into the queue of asynchronous requests for the current threadid. The requests are always executed in a new thread, even if the thread with the given id is waiting in the pool. No id is bound - to the newly created thread. The responsibilty is left to the bridge ( if it + to the newly created thread. The responsibility is left to the bridge (if it wishes to bind a name). If pJob is a reply, there MUST be a thread with the given threadId waiting diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx index a19376f108fc..c6a13397ba80 100644 --- a/include/vcl/treelistbox.hxx +++ b/include/vcl/treelistbox.hxx @@ -400,7 +400,7 @@ public: there mnemonic character is pressed. If there are multiple entries with the same mnemonic, the selection cycles between them. - Entries with an collapsed ancestor are not included in the calculation of + Entries with a collapsed ancestor are not included in the calculation of mnemonics. That is, if you press the accelerator key of an invisible entry, then this entry is *not* selected. diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 433ace0b73c9..47c140e475ae 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1489,7 +1489,7 @@ public: void set_secondary(bool bSecondary); /* - * If true this child is exempted from homogenous sizing + * If true this child is exempted from homogeneous sizing * e.g. special button in a buttonbox */ bool get_non_homogeneous() const; diff --git a/include/xmloff/XMLConstantsPropertyHandler.hxx b/include/xmloff/XMLConstantsPropertyHandler.hxx index 1341507909cf..5db0aa63f675 100644 --- a/include/xmloff/XMLConstantsPropertyHandler.hxx +++ b/include/xmloff/XMLConstantsPropertyHandler.hxx @@ -46,13 +46,13 @@ public: // Just needed for virtual destruction virtual ~XMLConstantsPropertyHandler() override; - /// Imports the given value in cas of the given XML-data-type + /// Imports the given value in case of the given XML-data-type virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; - /// Exports the given value in cas of the given XML-data-type + /// Exports the given value in case of the given XML-data-type virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index bc3943cefb6a..9cf531b4eef5 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -83,12 +83,12 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); /** StartElement is called after a context has been constructed and - * before a elements context is parsed. It may be used for actions that + * before an elements context is parsed. It may be used for actions that * require virtual methods. The default is to do nothing. */ virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); /** EndElement is called before a context will be destructed, but - * after a elements context has been parsed. It may be used for actions + * after an elements context has been parsed. It may be used for actions * that require virtual methods. The default is to do nothing. */ virtual void EndElement(); diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index 1b1c4b97dde4..de7343643c54 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -588,7 +588,7 @@ XMultiPropertySet * <p> * The method handles Any arguments the same as Object arguments. That is, the <em>setVal</em> argument can * be a java.lang.Boolean or a com.sun.star.uno.Any containing a java.lang.Boolean. Likewise, a member - * containing a property value can be a com.sun.star.uno.Any or an java.lang.Object. + * containing a property value can be a com.sun.star.uno.Any or a java.lang.Object. * Then, no conversion is necessary, since they can hold all possible values. However, if * the member is an Object and <em>setVal</em> is an Any then the object contained in the any is assigned to * the member. The extra type information which exists as Type object in the Any will get lost. If this is not diff --git a/lotuswordpro/inc/xfilter/xfborders.hxx b/lotuswordpro/inc/xfilter/xfborders.hxx index ac23bd5f9cbc..0f202cf7dd59 100644 --- a/lotuswordpro/inc/xfilter/xfborders.hxx +++ b/lotuswordpro/inc/xfilter/xfborders.hxx @@ -94,7 +94,7 @@ public: void SetWidthInner(double inner); /** - * @descr Set space between double lines fo border. + * @descr Set space between double lines of border. */ void SetWidthSpace(double space); @@ -105,7 +105,7 @@ public: private: /** - * @descr Forst line width to OOo border width format. + * @descr First line width to OOo border width format. */ OUString GetLineWidth(); @@ -156,7 +156,7 @@ public: void SetWidthInner(enumXFBorder side, double inner); /** - * @descr Set space between two borders fo border side. + * @descr Set space between two borders of border side. */ void SetWidthSpace(enumXFBorder side, double space); diff --git a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx index d33779a64007..39b965e184e2 100644 --- a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx +++ b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx @@ -71,7 +71,7 @@ * @brief * Config information for OOo document, ie, line count config, endnote and footnote config. * This object should only exist one instance. - * Don't make this object an singleton because it's managed by XFStyleManager. + * Don't make this object a singleton because it's managed by XFStyleManager. */ class XFConfigManager : public XFStyleContainer { diff --git a/lotuswordpro/inc/xfilter/xfindex.hxx b/lotuswordpro/inc/xfilter/xfindex.hxx index 9cd469662916..453aa01c16f1 100644 --- a/lotuswordpro/inc/xfilter/xfindex.hxx +++ b/lotuswordpro/inc/xfilter/xfindex.hxx @@ -91,7 +91,7 @@ public: */ void SetStyleName(const OUString& style) override; /** - * @descr Add a entry in the template. + * @descr Add an entry in the template. */ void AddEntry(enumXFIndexTemplate entry, const OUString& styleName); @@ -101,7 +101,7 @@ public: void AddTabEntry(enumXFTab type, double len, sal_Unicode leader, sal_Unicode delimiter, const OUString& styleName); /** - * @descr Add a entry in the template. + * @descr Add an entry in the template. */ void AddTextEntry(const OUString& sSpan, const OUString& styleName); diff --git a/lotuswordpro/inc/xfilter/xftimestyle.hxx b/lotuswordpro/inc/xfilter/xftimestyle.hxx index a6a388f06ee6..b25936c667b2 100644 --- a/lotuswordpro/inc/xfilter/xftimestyle.hxx +++ b/lotuswordpro/inc/xfilter/xftimestyle.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Time style. The TIme format for time field. + * Time style. The Time format for time field. ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX diff --git a/lotuswordpro/source/filter/lwpdivopts.hxx b/lotuswordpro/source/filter/lwpdivopts.hxx index c2467e74e990..33a26f2ce50e 100644 --- a/lotuswordpro/source/filter/lwpdivopts.hxx +++ b/lotuswordpro/source/filter/lwpdivopts.hxx @@ -81,7 +81,7 @@ private: }; /* -Text languange. +Text language. This class which holds identifiers for language and dialect. DESCRIPTION You can mark text as being a certain language. When we spell check or grammar check we'll use this info to determine which dictionary diff --git a/lotuswordpro/source/filter/lwprowlayout.cxx b/lotuswordpro/source/filter/lwprowlayout.cxx index 4140385bf8af..f9b851fd7b8f 100644 --- a/lotuswordpro/source/filter/lwprowlayout.cxx +++ b/lotuswordpro/source/filter/lwprowlayout.cxx @@ -452,7 +452,7 @@ void LwpRowLayout::CollectMergeInfo() } /** * @short split merge cells in this row - * @param nEffectRows - max spanned number of prevoius row + * @param nEffectRows - max spanned number of previous row */ void LwpRowLayout::SetCellSplit(sal_uInt16 nEffectRows) { diff --git a/lotuswordpro/source/filter/lwptblformula.cxx b/lotuswordpro/source/filter/lwptblformula.cxx index e34544579802..10193e7c5d00 100644 --- a/lotuswordpro/source/filter/lwptblformula.cxx +++ b/lotuswordpro/source/filter/lwptblformula.cxx @@ -411,7 +411,7 @@ void LwpFormulaFunc::AddArg(std::unique_ptr<LwpFormulaArg> pArg) m_aArgs.push_back(std::move(pArg)); } /** -* Convert the functions to a string, which is a argument of other formula +* Convert the functions to a string, which is an argument of other formula */ OUString LwpFormulaFunc::ToArgString(LwpTableLayout* pCellsMap) { diff --git a/lotuswordpro/source/filter/lwptoc.cxx b/lotuswordpro/source/filter/lwptoc.cxx index 037ecd72ef1f..89ab770e4726 100644 --- a/lotuswordpro/source/filter/lwptoc.cxx +++ b/lotuswordpro/source/filter/lwptoc.cxx @@ -159,7 +159,7 @@ void LwpTocSuperLayout::XFConvert(XFContentContainer* pCont) if(!pLevel) { - // add an blank template so that SODC won't add default style to this level + // add a blank template so that SODC won't add default style to this level xToc->AddTemplate(OUString::number(i), OUString(), pTemplate); continue; } diff --git a/lotuswordpro/source/filter/xfilter/xfglobal.cxx b/lotuswordpro/source/filter/xfilter/xfglobal.cxx index 36649937dcab..85425aeeb3bc 100644 --- a/lotuswordpro/source/filter/xfilter/xfglobal.cxx +++ b/lotuswordpro/source/filter/xfilter/xfglobal.cxx @@ -71,14 +71,14 @@ int XFGlobal::s_nImageID = 1; OUString XFGlobal::GenSectionName() { - //give it a initial name: + //give it an initial name: OUString sResult = "sect" + OUString::number(s_nSectionID++); return sResult; } OUString XFGlobal::GenFrameName() { - //give it a initial name: + //give it an initial name: OUString sResult = "frame" + OUString::number(s_nFrameID++); return sResult; } diff --git a/qadevOOo/tests/java/ifc/style/_PageProperties.java b/qadevOOo/tests/java/ifc/style/_PageProperties.java index 9a7f7312ba90..69c15f0359af 100644 --- a/qadevOOo/tests/java/ifc/style/_PageProperties.java +++ b/qadevOOo/tests/java/ifc/style/_PageProperties.java @@ -29,7 +29,7 @@ import lib.MultiPropertyTest; * Testing is done by lib.MultiPropertyTest, except for properties * <ul> * <li>PrinterPaperTray</li> - * <li>UserDefinedAttribures</li> + * <li>UserDefinedAttributes</li> * </ul> */ public class _PageProperties extends MultiPropertyTest { |