summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/elementimport.cxx2
-rw-r--r--xmloff/source/forms/eventimport.hxx2
-rw-r--r--xmloff/source/forms/formcellbinding.hxx2
-rw-r--r--xmloff/source/forms/layerexport.cxx2
-rw-r--r--xmloff/source/forms/layerexport.hxx2
-rw-r--r--xmloff/source/forms/propertyexport.cxx2
-rw-r--r--xmloff/source/forms/propertyexport.hxx10
7 files changed, 11 insertions, 11 deletions
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index f13ed31db6a1..23d83eb22423 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -1937,7 +1937,7 @@ namespace xmloff
//---------------------------------------------------------------------
void OColumnWrapperImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList)
{
- OSL_ENSURE(!m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: aready have the cloned list!");
+ OSL_ENSURE(!m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: already have the cloned list!");
// clone the attributes
Reference< XCloneable > xCloneList(_rxAttrList, UNO_QUERY);
diff --git a/xmloff/source/forms/eventimport.hxx b/xmloff/source/forms/eventimport.hxx
index bf2285309274..76a9a545ab49 100644
--- a/xmloff/source/forms/eventimport.hxx
+++ b/xmloff/source/forms/eventimport.hxx
@@ -63,7 +63,7 @@ namespace xmloff
OPropertySetCompare, // compare method
MapPropertySet2ScriptSequence); // class name
// usually an event attacher manager will need to collect all script events registered, 'cause
- // the _real_ XEventAttacherManager handles it's events by index, but out indicies are not fixed
+ // the _real_ XEventAttacherManager handles it's events by index, but out indices are not fixed
// until _all_ controls have been inserted.
MapPropertySet2ScriptSequence m_aEvents;
diff --git a/xmloff/source/forms/formcellbinding.hxx b/xmloff/source/forms/formcellbinding.hxx
index 4974a3b54ceb..06d2a98f4b5e 100644
--- a/xmloff/source/forms/formcellbinding.hxx
+++ b/xmloff/source/forms/formcellbinding.hxx
@@ -254,7 +254,7 @@ namespace xmloff
the AddressConversion service
@return
- <TRUE/> if any only if the conversion was successfull
+ <TRUE/> if any only if the conversion was successful
@see com::sun::star::table::CellAddressConversion
@see com::sun::star::table::CellRangeAddressConversion
diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx
index 481cc6582d1e..b7fe010d847a 100644
--- a/xmloff/source/forms/layerexport.cxx
+++ b/xmloff/source/forms/layerexport.cxx
@@ -387,7 +387,7 @@ namespace xmloff
// (This behaviour of examineForms is a performance optimization, to not force
// the page to create a forms container just to see that it's empty.)
- // So, in such a case, seekPage is considered to be successfull, too, though the
+ // So, in such a case, seekPage is considered to be successful, too, though the
// page was not yet known
Reference< XFormsSupplier2 > xFormsSupp( _rxDrawPage, UNO_QUERY );
if ( xFormsSupp.is() && !xFormsSupp->hasForms() )
diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx
index 46e19257ff3a..088a3a49e7d9 100644
--- a/xmloff/source/forms/layerexport.hxx
+++ b/xmloff/source/forms/layerexport.hxx
@@ -103,7 +103,7 @@ namespace xmloff
MapPropertySet2Map m_aReferringControls;
// for a given page (iter->first), and a given control (iter->second->first), this is the comma-separated
- // lists of ids of the controls refering to the control given.
+ // lists of ids of the controls referring to the control given.
MapPropertySet2Map::iterator
m_aCurrentPageIds;
diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx
index 6eca48512cb2..342e84504c8e 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -284,7 +284,7 @@ namespace xmloff
const ::rtl::OUString& _rPropertyName, const sal_Int8 _nBooleanAttributeFlags)
{
DBG_CHECK_PROPERTY_NO_TYPE( _rPropertyName );
- // no check of the property value type: this method is allowed to be called with any interger properties
+ // no check of the property value type: this method is allowed to be called with any integer properties
// (e.g. sal_Int32, sal_uInt16 etc)
sal_Bool bDefault = (BOOLATTR_DEFAULT_TRUE == (BOOLATTR_DEFAULT_MASK & _nBooleanAttributeFlags));
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index f7a99388900c..43be20ff9fce 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -44,7 +44,7 @@ namespace xmloff
#define BOOLATTR_DEFAULT_MASK 0x03
#define BOOLATTR_INVERSE_SEMANTICS 0x04
- // if sal_True, indicates that the semantic of the property refered by <arg>_pPropertyName</arg>
+ // if sal_True, indicates that the semantic of the property referred by <arg>_pPropertyName</arg>
// is inverse to the semantic of the XML attribute.<br/>
// I.e. if the property value is <TRUE/>, <FALSE/> has to be written and vice versa.
// <p>Be careful with <arg>_bDefault</arg> and <arg>_bInverseSemantics</arg>: if <arg>_bInverseSemantics</arg>
@@ -251,7 +251,7 @@ namespace xmloff
/** add an arbitrary attribute extracted from an arbitrary property to the export context
- <p>The current value of the property specified wiht <arg>_pPropertyName</arg> is taken and converted
+ <p>The current value of the property specified with <arg>_pPropertyName</arg> is taken and converted
into a string, no matter what type it has. (Okay, there are the usual limitations: We know Date, Datetime,
double, integer ... to name just a few).</p>
@@ -280,13 +280,13 @@ namespace xmloff
/** exports a property value, which is a string sequence, as attribute
<p>The elements of the string sequence given are quoted and concatenated, with the characters used for
- this to be choosen by the caller</p>
+ this to be chosen by the caller</p>
<p>If you use the quote character, no check (except assertions) is made if one of the list items
- containes the quote character</p>
+ contains the quote character</p>
<p>If you don't use the quote character, no check (except assertions) is made if one of the list items
- containes the separator character (which would be deadly when reimporting the string)</p>
+ contains the separator character (which would be deadly when reimporting the string)</p>
@param _nNamespaceKey
the key of the namespace to use for the attribute name. Is used with the namespace map