From ee1de9427614a99cdbfe3a122db74e30f93d07d2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:15:35 +0100 Subject: typo: persistance -> persistence --- embeddedobj/source/inc/commonembobj.hxx | 2 +- embeddedobj/test/Container1/EmbedContApp.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'embeddedobj') 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 ) { -- cgit