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 /package | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/owriteablestream.cxx | 2 | ||||
-rw-r--r-- | package/source/zippackage/ZipPackage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx index 38229cdad7b4..f2f25f9b12d4 100644 --- a/package/source/xstor/owriteablestream.cxx +++ b/package/source/xstor/owriteablestream.cxx @@ -2276,7 +2276,7 @@ void SAL_CALL OWriteStream::flush() io::IOException, uno::RuntimeException, std::exception ) { - // In case stream is flushed it's current version becomes visible + // In case stream is flushed its current version becomes visible // to the parent storage. Usually parent storage flushes the stream // during own commit but a user can explicitly flush the stream // so the changes will be available through cloning functionality. diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index 7272f9a4eb97..e9f5d4be8a4f 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -167,7 +167,7 @@ ZipPackage::~ZipPackage( void ) // All folders and streams contain pointers to their parents, when a parent diappeares // it should disconnect all the children from itself during destruction automatically. // So there is no need in explicit m_pRootFolder->releaseUpwardRef() call here any more - // since m_pRootFolder has no parent and cleaning of it's children will be done automatically + // since m_pRootFolder has no parent and cleaning of its children will be done automatically // during m_pRootFolder dieing by refcount. } |