From c13802e009035a22b9d38a045c7feb15b1c659a7 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:06:20 +0100 Subject: Fix typo "persistant" -> "persistant" Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- comphelper/inc/comphelper/embeddedobjectcontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx index f9b7bd981c54..2312b2d072fa 100644 --- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx +++ b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx @@ -100,7 +100,7 @@ public: CreateEmbeddedObject( const com::sun::star::uno::Sequence < sal_Int8 >&, const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, ::rtl::OUString& ); - // insert an embedded object into the container - objects persistant representation will be added to the storage + // insert an embedded object into the container - objects persistent representation will be added to the storage sal_Bool InsertEmbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >&, ::rtl::OUString& ); // load an embedded object from a MediaDescriptor and insert it into the container -- cgit