Kaydet (Commit) cfad1377 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sj12 (1.17.18); FILE MERGED

2004/11/24 02:22:22 sj 1.17.18.1: #i36004# enabling customshape attr also for shapes without text
üst ee75491a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: textattr.cxx,v $ * $RCSfile: textattr.cxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: hr $ $Date: 2004-10-12 14:13:16 $ * last change: $Author: rt $ $Date: 2004-11-26 14:27:57 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -619,12 +619,9 @@ void SvxTextAttrPage::Construct() ...@@ -619,12 +619,9 @@ void SvxTextAttrPage::Construct()
break; break;
case OBJ_CUSTOMSHAPE : case OBJ_CUSTOMSHAPE :
{ {
if ( ((SdrTextObj*)pObj)->HasText() ) bFitToSizeEnabled = bContourEnabled = FALSE;
{ bAutoGrowSizeEnabled = TRUE;
bFitToSizeEnabled = bContourEnabled = FALSE; bWordWrapTextEnabled = TRUE;
bAutoGrowSizeEnabled = TRUE;
bWordWrapTextEnabled = TRUE;
}
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment