diff options
author | Armin Weiss <aw@openoffice.org> | 2001-02-26 14:10:47 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2001-02-26 14:10:47 +0000 |
commit | b0c8edcc230a24d6abbc7e1473233278efa55417 (patch) | |
tree | 3433ccc7b9f128d160e852da072a316d83da4a7d /svx/source/dialog/textattr.cxx | |
parent | bd3fd23d69dcf4206824837c5e71cb050add79ae (diff) |
#83698# enable/disable text anchoring dependent of contour
Diffstat (limited to 'svx/source/dialog/textattr.cxx')
-rw-r--r-- | svx/source/dialog/textattr.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/dialog/textattr.cxx b/svx/source/dialog/textattr.cxx index 77033c807536..a3536bcf1c03 100644 --- a/svx/source/dialog/textattr.cxx +++ b/svx/source/dialog/textattr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: textattr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dl $ $Date: 2001-01-26 14:11:01 $ + * last change: $Author: aw $ $Date: 2001-02-26 15:10:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -658,6 +658,11 @@ IMPL_LINK( SvxTextAttrPage, ClickHdl_Impl, void *, p ) aMtrFldBottom.SetValue( 0 ); } + // #83698# enable/disable text anchoring dependent of contour + aCtlPosition.Enable(!bContour); + aTsbFullWidth.Enable(!bContour); + aGrpPosition.Enable(!bContour); + /* // Am Rahmen anpassen if( bFitToSize ) |