diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:06:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-28 16:05:17 +0000 |
commit | c13802e009035a22b9d38a045c7feb15b1c659a7 (patch) | |
tree | fd67b6cec548ad844956e71d3f06f627fbf44a17 /odk | |
parent | d5f12bfbf97e179ca45476bb7faf275bdf26f5ca (diff) |
Fix typo "persistant" -> "persistant"
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
Reviewed-on: https://gerrit.libreoffice.org/2347
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java b/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java index 44ee37c20982..cdf3c290199e 100644 --- a/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java +++ b/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java @@ -381,10 +381,10 @@ public final class OwnEmbeddedObject extends WeakBase && ( m_nObjectState == -1 || nEntryConnectionMode != com.sun.star.embed.EntryInitModes.NO_INIT ) ) { // if the object is not loaded - // it can not get persistant representation without initialization + // it can not get persistent representation without initialization // if the object is loaded - // it can switch persistant representation only without initialization + // it can switch persistent representation only without initialization throw new com.sun.star.embed.WrongStateException(); } |