diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 09:40:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 09:40:36 +0000 |
commit | bdf2f79dc2cb8522209f227dd6a4af98c501d664 (patch) | |
tree | 426a6f73c6d16e68fdce9933043d3269a16a86eb /svx/source/dialog/multipat.cxx | |
parent | 283a89c5e17b274b784a290150af0389509a622e (diff) |
INTEGRATION: CWS pathoptions02 (1.6.8); FILE MERGED
2006/07/19 12:24:42 pb 1.6.8.1: fix: #i67538# radio button column smaller
Diffstat (limited to 'svx/source/dialog/multipat.cxx')
-rw-r--r-- | svx/source/dialog/multipat.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/multipat.cxx b/svx/source/dialog/multipat.cxx index e446a5525fa4..ffe42fcee276 100644 --- a/svx/source/dialog/multipat.cxx +++ b/svx/source/dialog/multipat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multipat.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:00:13 $ + * last change: $Author: kz $ $Date: 2006-07-21 10:40:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -233,7 +233,7 @@ SvxMultiPathDialog::SvxMultiPathDialog( Window* pParent, BOOL bEmptyAllowed ) : pImpl ( new MultiPath_Impl( bEmptyAllowed ) ) { - static long aStaticTabs[]= { 2, 0, 15 }; + static long aStaticTabs[]= { 2, 0, 12 }; aRadioLB.SvxSimpleTable::SetTabs( aStaticTabs ); String sHeader( ResId( STR_HEADER_PATHS ) ); aRadioLB.SetQuickHelpText( sHeader ); |