diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:38:36 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:07 +0200 |
commit | 90f80fd66b0561b4a32814e5e655d23c17e75172 (patch) | |
tree | f3c3f7c512a150966f42aee87e257727d7f6b5a2 /sd | |
parent | 2a7f68c776418c28301aa022493cd0e25f75cb81 (diff) |
typo: remebers -> remembers
Diffstat (limited to 'sd')
-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 1360a8eb6c4c..4a51551ac21c 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -318,7 +318,7 @@ private: */ ::sd::outliner::IteratorPosition maLastValidPosition; - /** This flag remebers a selection change between a call to the + /** This flag remembers a selection change between a call to the selection change listener callback and the next <member>DetectChange()</member> method call. */ |