diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-08 13:05:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-08 13:05:01 +0000 |
commit | ebe1711c1cfa3308a189f5ba05755e99ffc03b11 (patch) | |
tree | f63619d8cb37ca851e83053712a34dd1efa60427 /sw/source/ui | |
parent | 6bc85586fd57b45d281e12e42e4d6198ff957125 (diff) |
fix typo in comment
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 5a8bb31de9cb..07b4cc8119f3 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -2341,7 +2341,7 @@ sal_Bool SwContentTree::NotifyMoving( SvLBoxEntry* pTarget, aActiveContentArr[CONTENT_TYPE_OUTLINE]->Invalidate(); Display(sal_True); } - //TreeListBox will be reloaed from the document + //TreeListBox will be reloaded from the document return sal_False; } |