Norwegian Nynorsk translation + a few bugfixes

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@75 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-10-27 09:25:35 +00:00
parent e4eafbf87c
commit b415705e47
15 changed files with 338 additions and 24 deletions

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.2 (2010-05-09)
* Version 1.2 (2010-10-27)
*
*/
@ -590,6 +590,14 @@ public class OfficeReader {
}
/** <p>Is there a reference to this note id?
* @param sId the id of the note
* @return true if there is a reference
*/
public boolean hasNoteRefTo(String sId) {
return footnoteRef.contains(sId) || endnoteRef.contains(sId);
}
/** <p>Is there a reference to this footnote id?
* @param sId the id of the footnote
* @return true if there is a reference