diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:44:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:58 +0200 |
commit | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch) | |
tree | 5a30d3e74a0ab663a3438520e99da90dd18b26b9 /sfx2 | |
parent | c8e94ffb8cc8bedf7a572ca12931caa999733799 (diff) |
typo: dependend -> dependent
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/complex/sfx2/tools/WriterHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/tools/WriterHelper.java b/sfx2/qa/complex/sfx2/tools/WriterHelper.java index f431fde731ec..248d6494a3e6 100644 --- a/sfx2/qa/complex/sfx2/tools/WriterHelper.java +++ b/sfx2/qa/complex/sfx2/tools/WriterHelper.java @@ -79,7 +79,7 @@ public class WriterHelper { private XTextDocument xLocalDoc = null; /** a TextDocument is opened by pressing a button in a dialog given by uno-URL * @param url the uno-URL of the dialog to be opened - * @param createButton the language dependend label of the button to be pressed + * @param createButton the language dependent label of the button to be pressed * @param destroyLocal if true the document that has been opened to dispatch the dialog is closed before the method returns, * otherwise this document remains open * @return returns the created Textdocument |