summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
-rw-r--r--xmloff/source/text/txtflde.cxx2
-rw-r--r--xmloff/source/text/txtprhdl.cxx2
-rw-r--r--xmloff/source/transform/TransformerBase.cxx2
-rw-r--r--xmloff/source/xforms/xformsexport.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 0bb3955068f0..a6d461029926 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -438,7 +438,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
}
}
- // optionaly generate auto style for text attributes
+ // optionally generate auto style for text attributes
if( (!bIsEmptyPresObj || (aShapeInfo.meShapeType != XmlShapeTypePresPageShape)) && bObjSupportsText )
{
aPropStates = GetExport().GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter( xPropSet );
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 91750f622d16..575ed11ae0be 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -3833,7 +3833,7 @@ void SdXMLCustomShapeContext::EndElement()
// implementations held on the SdrObjects of type
// SdrObjCustomShape - those tend to linger until the entire file
// is loaded. For large files with a lot of these, 32bit systems
- // may crash due to being out of ressources after ca. 4200
+ // may crash due to being out of resources after ca. 4200
// Outliners and VirtualDevices used there as RefDevice
try
{
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 3b7028a5d8da..291b8d21013f 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1900,7 +1900,7 @@ void XMLTextFieldExport::ExportFieldDeclarations(
// export only used masters
DBG_ASSERT(nullptr != pUsedMasters,
"field masters must be recorded in order to be "
- "written out separatly" );
+ "written out separately" );
if (nullptr != pUsedMasters)
{
map<Reference<XText>, set<OUString> > ::iterator aMapIter =
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 5e7e69939aa0..ce9745f6b5af 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -744,7 +744,7 @@ bool XMLHoriMirrorPropHdl_Impl::exportXML(
const Any&,
const SvXMLUnitConverter& ) const
{
- SAL_WARN( "xmloff", "HorMirror properyt shouldn't be exported" );
+ SAL_WARN( "xmloff", "HorMirror property shouldn't be exported" );
return false;
}
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx
index e7d955c414f2..f577072689d3 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -867,7 +867,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
// no conversion of transparency value for document
// styles, because former OpenOffice.org version writes
// writes always a transparency value of 100% and doesn't
- // read the value. Thus, it's intepreted as 0%
+ // read the value. Thus, it's interpreted as 0%
if ( !bIsDocumentStyle )
{
OUString aAttrValue( rAttrValue );
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx
index e12f9b29f91c..b0f8b92e3309 100644
--- a/xmloff/source/xforms/xformsexport.cxx
+++ b/xmloff/source/xforms/xformsexport.cxx
@@ -256,7 +256,7 @@ static const ExportTable aXFormsBindingTable[] =
TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, xforms_string ),
TABLE_ENTRY( "ConstraintExpression", NONE, CONSTRAINT, xforms_string ),
TABLE_ENTRY( "CalculateExpression", NONE, CALCULATE, xforms_string ),
- // type handled separatly, for type name <-> XSD type conversion
+ // type handled separately, for type name <-> XSD type conversion
// TABLE_ENTRY( "Type", NONE, TYPE, xforms_string ),
TABLE_END
};