summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:16:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:16:10 +0000
commit9f40febfd72953ddfe874c32219e0857bbc544ac (patch)
tree4cb0486fd81750834746ce973e8bc129e41c3d9e /basctl
parent5776ffd00c8d16f6cc61dabb360c54382ea3d4f0 (diff)
INTEGRATION: CWS warnings01 (1.53.14); FILE MERGED
2006/05/23 17:50:47 sb 1.53.14.2: RESYNC: (1.53-1.54); FILE MERGED 2006/05/12 16:21:35 sb 1.53.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/moduldl2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index 1beee8ee4493..5017a5780d40 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: moduldl2.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 08:44:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:16:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -236,7 +236,7 @@ void BasicCheckBox::SetMode( USHORT n )
SvLBoxEntry* BasicCheckBox::InsertEntry( const String& rStr, ULONG nPos )
{
- return SvTabListBox::InsertEntry( rStr, nPos, 0 );
+ return SvTabListBox::InsertEntryToColumn( rStr, nPos, 0 );
}
//----------------------------------------------------------------------------