diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:51:48 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 19:14:00 +0000 |
commit | d88139d58bd35815545c5f43d204dde4759a8bf9 (patch) | |
tree | 461ff2f2182f9861297b071303e5d17299c3a94c /chart2 | |
parent | a374c81060aefc390159e87f72b105c282d35f3d (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/DiagramHelper.hxx | 2 | ||||
-rw-r--r-- | chart2/source/tools/XMLRangeHelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/DiagramHelper.hxx b/chart2/source/inc/DiagramHelper.hxx index d6c00fec7d91..e38c47053295 100644 --- a/chart2/source/inc/DiagramHelper.hxx +++ b/chart2/source/inc/DiagramHelper.hxx @@ -159,7 +159,7 @@ public: ::com::sun::star::chart2::XDiagram > & xDiagram, sal_Int32 nNewDimensionCount ); - /** Replaces all occurences of xCooSysToReplace in the tree with + /** Replaces all occurrences of xCooSysToReplace in the tree with xReplacement in the diagram's tree */ SAL_DLLPRIVATE static void replaceCoordinateSystem( diff --git a/chart2/source/tools/XMLRangeHelper.cxx b/chart2/source/tools/XMLRangeHelper.cxx index 66c0de454ce1..fa8fa9fe2ad3 100644 --- a/chart2/source/tools/XMLRangeHelper.cxx +++ b/chart2/source/tools/XMLRangeHelper.cxx @@ -358,7 +358,7 @@ CellRange getCellRangeFromXMLString( const OUString & rXMLString ) nStartPos, nEndPos - 1, aResult )) { - // if an error occured, bail out + // if an error occurred, bail out return CellRange(); } } |