summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:42:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:42:44 +0000
commit7bb3f4996985ca030c3c82820c4ef8c483fa52e3 (patch)
tree028d359f7407ba7212370aa526c92118a75c8dfb
parent463c1c8bb59b899c0a6519288daedcd9c2664f57 (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/05/23 17:18:47 sb 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/15 12:30:50 sb 1.4.4.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
-rw-r--r--sw/source/ui/chrdlg/swuiccoll.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index 94fc92785d..76a467532f 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swuiccoll.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 14:32:44 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:42:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -243,7 +243,7 @@ void __EXPORT SwCondCollPage::Reset(const SfxItemSet &rSet)
aEntry += pCond->GetTxtFmtColl()->GetName();
}
- SvLBoxEntry* pE = aTbLinks.InsertEntry( aEntry, n );
+ SvLBoxEntry* pE = aTbLinks.InsertEntryToColumn( aEntry, n );
if(0 == n)
aTbLinks.Select(pE);
}
@@ -309,7 +309,7 @@ IMPL_LINK( SwCondCollPage, AssignRemoveHdl, PushButton*, pBtn)
aTbLinks.SetUpdateMode(FALSE);
aTbLinks.GetModel()->Remove(pE);
- pE = aTbLinks.InsertEntry(sSel, nPos);
+ pE = aTbLinks.InsertEntryToColumn(sSel, nPos);
aTbLinks.Select(pE);
aTbLinks.MakeVisible(pE);
aTbLinks.SetUpdateMode(TRUE);