diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /dbaccess/qa | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'dbaccess/qa')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/DatabaseDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java index eaf107d81307..264872dadf2e 100644 --- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java +++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java @@ -543,7 +543,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. * created when needed. * In particular, a document can be closed (this is what happens when the last UI window displaying * this document is closed), and then dies. Now when the other "view", the data source, still exists, - * the the underlying document data is not discarded, but kept alive (else the data source would die + * the underlying document data is not discarded, but kept alive (else the data source would die * just because the document dies, which is not desired). If the document is loaded, again, then * it is re-created, using the data of its previous "incarnation". * |