summaryrefslogtreecommitdiff
path: root/svx/source/dialog/textattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/textattr.cxx')
-rw-r--r--svx/source/dialog/textattr.cxx9
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 )