summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/break.cxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-07-31 15:04:55 +0000
committerjp <jp@openoffice.org>2001-07-31 15:04:55 +0000
commit06baa0d3c72d2481dfa1ae3caa127ce4fae02603 (patch)
tree1d8b703331c3be29e6cb0f83a256c0b89261efa8 /sw/source/ui/chrdlg/break.cxx
parentdae447f97115acb00f77ab98770f70159fd43bbe (diff)
Bug #90441#: change GetUIName to FillUIName or use GetUIName in the correct way
Diffstat (limited to 'sw/source/ui/chrdlg/break.cxx')
-rw-r--r--sw/source/ui/chrdlg/break.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/chrdlg/break.cxx b/sw/source/ui/chrdlg/break.cxx
index 4d1a2a0b1695..d63c6072ea9c 100644
--- a/sw/source/ui/chrdlg/break.cxx
+++ b/sw/source/ui/chrdlg/break.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: break.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mtg $ $Date: 2001-07-19 16:52:13 $
+ * last change: $Author: jp $ $Date: 2001-07-31 15:59:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,7 +257,7 @@ SwBreakDlg::SwBreakDlg( Window *pParent, SwWrtShell &rS ) :
String aFmtName;
for(i = RES_POOLPAGE_BEGIN; i <= RES_POOLPAGE_REGISTER; ++i)
- if(LISTBOX_ENTRY_NOTFOUND == aPageCollBox.GetEntryPos(
+ if(LISTBOX_ENTRY_NOTFOUND == aPageCollBox.GetEntryPos( aFmtName =
SwStyleNameMapper::GetUIName( i, aFmtName )))
::InsertStringSorted(aFmtName, aPageCollBox, TRUE );