diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:29:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:38:49 +0900 |
commit | 878461f96730b0930c5f397a205d0239ad034fe5 (patch) | |
tree | 1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /sw/source/ui | |
parent | a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff) |
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index 9d93c26752fb..99676c637a44 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -764,8 +764,8 @@ void SwGlossaryDlg::Init() GrpSelect(m_pCategoryBox); } //JP 16.11.99: the SvxTreeListBox has a Bug. The Box don't recalc the - // outputsize, when all entries are insertet. The result is, that - // the Focus/Highlight rectangle is to large and paintet over the + // outputsize, when all entries are inserted. The result is, that + // the Focus/Highlight rectangle is to large and painted over the // HScrollbar. -> Fix: call the resize m_pCategoryBox->Resize(); |