diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /package | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (diff) |
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index b722348b652b..daca1c31db58 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -964,7 +964,7 @@ void OStorage_Impl::CopyStorageElement( SotElement_Impl* pElement, AddLog( THROW_WHERE "Handled exception" ); // If the common storage password does not allow to open the stream - // it could be copyed in raw way, the problem is that the StartKey should be the same + // it could be copied in raw way, the problem is that the StartKey should be the same // in the ODF1.2 package, so an invalid package could be produced if the stream // is copied from ODF1.1 package, where it is allowed to have different StartKeys uno::Reference< embed::XStorageRawAccess > xRawDest( xDest, uno::UNO_QUERY_THROW ); |