summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
commit984445841073f5bf99f0b7f87d1f8f33f07de5e5 (patch)
tree990a93a75e617899159e87a3d438628d42a3e60a /chart2
parentb4b9b94efd6cdc824b5f02a977ec9921fb7cacbd (diff)
Typo: curently->currently
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
Diffstat (limited to 'chart2')
-rw-r--r--chart2/inc/ChartModel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 5b08111097b9..1fe210fc2a43 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -589,7 +589,7 @@ public:
throw (::com::sun::star::lang::NoSupportException,
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- // ____ XDataSource ____ allows access to the curently used data and data ranges
+ // ____ XDataSource ____ allows access to the currently used data and data ranges
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence > > SAL_CALL getDataSequences()
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;