diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:15:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:18 +0100 |
commit | ee1de9427614a99cdbfe3a122db74e30f93d07d2 (patch) | |
tree | f5d5cda36e1fd23911293b03b634565fa58b9e5c /svtools | |
parent | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (diff) |
typo: persistance -> persistence
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 36a00b3a22cf..a87191c12e45 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -140,7 +140,7 @@ bool SvEmbedTransferHelper::GetData( const ::com::sun::star::datatransfer::DataF } else { - //TODO/LATER: how to handle objects without persistance?! + //TODO/LATER: how to handle objects without persistence?! } } catch ( uno::Exception& ) |