summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /xmloff
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/XMLChartStyleContext.cxx2
-rw-r--r--xmloff/source/forms/propertyexport.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx
index f836d8c1b2f4..b8246c774fb4 100644
--- a/xmloff/source/chart/XMLChartStyleContext.cxx
+++ b/xmloff/source/chart/XMLChartStyleContext.cxx
@@ -107,7 +107,7 @@ void XMLChartStyleContext::FillPropertySet(
}
catch( beans::UnknownPropertyException& )
{
- DBG_ASSERT( false, "unknown property exception -> shape style not completly imported for chart style" );
+ DBG_ASSERT( false, "unknown property exception -> shape style not completely imported for chart style" );
}
lcl_NumberFormatStyleToProperty( msDataStyleName, OUString( "NumberFormat" ), mrStyles, rPropSet );
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index 3e59dc179288..f7601e593f6c 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -336,7 +336,7 @@ namespace xmloff
converting it into a string</li>
<li><b>string</b>: <arg>_rValue</arg> did not need any conversion as it already was a string</li>
</ul>
- If the type is not convertable, float is returned
+ If the type is not convertible, float is returned
*/
::xmloff::token::XMLTokenEnum implGetPropertyXMLType(const ::com::sun::star::uno::Type& _rType);