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 /embeddedobj | |
parent | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (diff) |
typo: persistance -> persistence
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 2 | ||||
-rw-r--r-- | embeddedobj/test/Container1/EmbedContApp.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 77bba8a0f8ca..542a1602162b 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -231,7 +231,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps ); - // no persistance for linked objects, so the descriptors are provided in constructor + // no persistence for linked objects, so the descriptors are provided in constructor OCommonEmbeddedObject( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps, diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java index 4481a980dcd0..f9bbd9563b6e 100644 --- a/embeddedobj/test/Container1/EmbedContApp.java +++ b/embeddedobj/test/Container1/EmbedContApp.java @@ -560,7 +560,7 @@ public class EmbedContApp extends Applet { if ( m_xStorage != null && m_xEmbedObj != null ) { - // if has persistance store there + // if has persistence store there // if not it is and error, SaveAs had to be used if ( m_bOwnFile ) @@ -1042,7 +1042,7 @@ public class EmbedContApp extends Applet public void actionPerformed( ActionEvent e ) { - // if has persistance store there + // if has persistence store there // if not open SaveAs dialog and store if ( m_xStorage != null && m_xEmbedObj != null ) { |