diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-16 08:21:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-16 12:27:10 +0200 |
commit | c26d6444bbf459f1180cd7075d535e819bd431c3 (patch) | |
tree | 928771b9301ede98da0eacce68baba7bb711341f /sw | |
parent | 96e3718e5ae4e74084f537ae64a2999eb93fa8fb (diff) |
java: confusing literal
Change-Id: Ia08b25e1a02c2e86f176e84790bb9f3dc81e11e6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/complex/writer/CheckBookmarks.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/CheckBookmarks.java b/sw/qa/complex/writer/CheckBookmarks.java index 0e72bc851bcc..8dc6b76b30a9 100644 --- a/sw/qa/complex/writer/CheckBookmarks.java +++ b/sw/qa/complex/writer/CheckBookmarks.java @@ -116,7 +116,7 @@ public class CheckBookmarks { actualHashes.m_nInsertRandomHash = BookmarkHashes.getBookmarksHash(m_xDoc); deleteRandomParts(4711); actualHashes.m_nDeleteRandomHash = BookmarkHashes.getBookmarksHash(m_xDoc); - insertLinebreaks(007); + insertLinebreaks(7); actualHashes.m_nLinebreakHash = BookmarkHashes.getBookmarksHash(m_xDoc); m_xOdfReloadedDoc = reloadFrom("writer8", "odf"); actualHashes.m_nOdfReloadHash = BookmarkHashes.getBookmarksHash(m_xOdfReloadedDoc); |