summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:10:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:10:59 +0000
commit47dec9765a1a50b3ac4f0a7d7c1de3ea5c91cd51 (patch)
tree0fa79215e9b2bcc7d11f4341182541253f9ddbf6 /svx/source/dialog/ctredlin.cxx
parente4050256aa5c6c04b7d512f8d58c5b743c137a1b (diff)
INTEGRATION: CWS jl49 (1.13.116); FILE MERGED
2006/11/30 13:45:54 sb 1.13.116.1: #i70481# Extended SvLBoxButton.
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 3b8f7e6b734f..7aa767728dfb 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ctredlin.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:08:28 $
+ * last change: $Author: ihi $ $Date: 2006-12-20 14:10:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -591,7 +591,7 @@ SvLBoxEntry* SvxRedlinTable::CreateEntry() const
}
void SvxRedlinTable::InitEntry( SvLBoxEntry* pEntry, const XubString& rStr,
- const Image& rColl, const Image& rExp )
+ const Image& rColl, const Image& rExp, SvLBoxButtonKind eButtonKind )
{
SvLBoxButton* pButton;
SvLBoxString* pString;
@@ -599,7 +599,7 @@ void SvxRedlinTable::InitEntry( SvLBoxEntry* pEntry, const XubString& rStr,
if( nTreeFlags & TREEFLAG_CHKBTN )
{
- pButton= new SvLBoxButton( pEntry,0,pCheckButtonData );
+ pButton= new SvLBoxButton( pEntry,eButtonKind,0,pCheckButtonData );
pEntry->AddItem( pButton );
}