diff options
author | Oliver Specht <os@openoffice.org> | 2002-08-07 12:47:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-08-07 12:47:42 +0000 |
commit | 6f19e81119aef8ef988107de96d9fc4322fa8ebb (patch) | |
tree | 0d5245ffdfc21046a0a960d35b5b7cfee7c525d8 /svx/source/dialog | |
parent | 262338c865d2d7520595e316d3b147d021436f25 (diff) |
#101796# clear CharStyle ListBox correctly
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index a3e34a45c21c..489d06c7e50c 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rubydialog.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: os $ $Date: 2002-04-19 12:51:01 $ + * last change: $Author: os $ $Date: 2002-08-07 13:47:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -360,8 +360,8 @@ void SvxRubyDialog::ClearCharStyleList() { void* pData = aCharStyleLB.GetEntryData(i); delete (OUString*)pData; - aCharStyleLB.RemoveEntry(i); } + aCharStyleLB.Clear(); } /* -----------------------------09.01.01 17:17-------------------------------- |