diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:46:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:11 +0200 |
commit | 74f343e94dad5ef8c5d5eabc80a03355e33134e5 (patch) | |
tree | 7413a0bd6a3af87f611888ace430a7baeaa4ad78 /sd/inc/Outliner.hxx | |
parent | bb667fc1b98c17b95209351573fdbe7a109c50a5 (diff) |
typo: reassings -> reassigns
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r-- | sd/inc/Outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index df538f3ab995..8ced18d5e05a 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -513,7 +513,7 @@ private: /** Activate or deactivate the search in the current selection. Call this method whenever the selection has changed. This method creates - a copy of the current selection and reassings the object iterator to + a copy of the current selection and reassigns the object iterator to the current() iterator. */ void HandleChangedSelection (void); |