summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /xmloff
parent78e9ba6febb7402d4661fbf7934a2526efc8629a (diff)
Fix typos in comments
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLChartContext.hxx2
-rw-r--r--xmloff/source/meta/xmlversion.cxx2
-rw-r--r--xmloff/source/style/styleexp.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx
index af50fc5df26c..249cbdbb4fd9 100644
--- a/xmloff/source/chart/SchXMLChartContext.hxx
+++ b/xmloff/source/chart/SchXMLChartContext.hxx
@@ -138,7 +138,7 @@ private:
/** @descr This method bundles some settings to the chart model and executes them with
a locked controller. This includes setting the chart type.
@param aServiceName The name of the service the diagram is initialized with.
- @param bSetWitchData Indicates wether the data set takes it's data series from
+ @param bSetWitchData Indicates whether the data set takes it's data series from
rows or from columns.
*/
void InitChart (const ::rtl::OUString & rChartTypeServiceName,
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx
index 0610e7a7edbb..9b2cb9dad1b3 100644
--- a/xmloff/source/meta/xmlversion.cxx
+++ b/xmloff/source/meta/xmlversion.cxx
@@ -360,7 +360,7 @@ void SAL_CALL XMLVersionListPersistence::store( const uno::Reference< embed::XSt
OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer"))));
DBG_ASSERT( xWriter.is(), "com.sun.star.xml.sax.Writer service missing" );
- // check wether there's already a sub storage with the version info
+ // check whether there's already a sub storage with the version info
// and delete it
OUString sVerName( RTL_CONSTASCII_USTRINGPARAM( XMLN_VERSIONSLIST ) );
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index e7c48f2f84c3..771ae5fc02cf 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -436,7 +436,7 @@ void XMLStyleExport::exportStyleFamily(
xStyles,pPrefix );
if( bUsed && bFirstStyle && bExported )
{
- // If this is the first style, find out wether next styles
+ // If this is the first style, find out whether next styles
// are supported.
Reference< XPropertySet > xPropSet( xStyle, UNO_QUERY );
Reference< XPropertySetInfo > xPropSetInfo =