diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 14:17:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 14:17:57 +0000 |
commit | 5f892021b31c39a52c9d9b0397030ca9558ccadd (patch) | |
tree | a2665ca875a480b990919492bbf625bfa811fa5e /svx | |
parent | 5a658ca6503b7e3455a2e93d90d402a15c04d52a (diff) |
INTEGRATION: CWS chart2mst3 (1.23.50); FILE MERGED
2007/05/14 17:49:38 bm 1.23.50.12: RESYNC: (1.36-1.38); FILE MERGED
2007/02/07 18:36:12 iha 1.23.50.11: RESYNC: (1.34-1.36); FILE MERGED
2006/11/24 20:14:30 bm 1.23.50.10: RESYNC: (1.33-1.34); FILE MERGED
2006/11/16 15:34:33 iha 1.23.50.9: enable selection of line color when symbols are on
2006/10/24 16:43:31 iha 1.23.50.8: enable size for automatic symbols for charts
2006/10/19 04:49:34 bm 1.23.50.7: RESYNC: (1.30-1.33); FILE MERGED
2006/01/25 18:42:31 bm 1.23.50.6: RESYNC: (1.29-1.30); FILE MERGED
2005/10/08 22:12:02 bm 1.23.50.5: RESYNC: (1.28-1.29); FILE MERGED
2005/03/17 23:32:51 bm 1.23.50.4: RESYNC: (1.27-1.28); FILE MERGED
2004/11/02 21:17:06 bm 1.23.50.3: RESYNC: (1.25-1.27); FILE MERGED
2004/08/30 21:32:20 bm 1.23.50.2: RESYNC: (1.23-1.25); FILE MERGED
2004/02/18 19:12:07 iha 1.23.50.1: #115596# crash in symbol controls due to pointer to temporary
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/tpline.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/dialog/tpline.cxx b/svx/source/dialog/tpline.cxx index fe9938df1d92..ade52ca171ae 100644 --- a/svx/source/dialog/tpline.cxx +++ b/svx/source/dialog/tpline.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tpline.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:44:18 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:17:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -996,9 +996,6 @@ void SvxLineTabPage::Reset( const SfxItemSet& rAttrs ) SVX_TRACE( 213, aStr ); #endif bPrevSym=TRUE; - bEnable=FALSE; - bIgnoreGraphic=TRUE; - bIgnoreSize=TRUE; } else if(nSymType == SVX_SYMBOLTYPE_NONE) { @@ -1502,7 +1499,8 @@ IMPL_LINK( SvxLineTabPage, ClickInvisibleHdl_Impl, void *, EMPTYARG ) if( aLbLineStyle.GetSelectEntryPos() == 0 ) // unsichtbar { aFtColor.Disable(); - aLbColor.Disable(); + if(!bSymbols) + aLbColor.Disable(); aFtLineWidth.Disable(); aMtrLineWidth.Disable(); @@ -1849,7 +1847,6 @@ IMPL_LINK( SvxLineTabPage, GraphicHdl_Impl, MenuButton *, pButton ) bDontSetSize=TRUE; bNewSize=false; //fr�here �nderungen gelten nicht in diesem Fall! nSymbolType=SVX_SYMBOLTYPE_AUTO; - bEnable=FALSE; } break; |