diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /sw/inc/unochart.hxx | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r-- | sw/inc/unochart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index 94925c78b042..dc4a57650161 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -260,7 +260,7 @@ class SwChartDataSequence : OUString aRowLabelText; OUString aColLabelText; - // holds a reference to the data-provider to guarantee it's lifetime last as + // holds a reference to the data-provider to guarantee its lifetime last as // long as the pointer may be used. ::com::sun::star::uno::Reference< com::sun::star::chart2::data::XDataProvider > xDataProvider; SwChartDataProvider * pDataProvider; |