Kaydet (Commit) 74004070 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

#i10000# initialize new member

üst 715edd5b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: swpossizetabpage.cxx,v $ * $RCSfile: swpossizetabpage.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hjs $ $Date: 2004-06-28 14:05:34 $ * last change: $Author: hjs $ $Date: 2004-06-30 13:06:55 $
* *
* 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
...@@ -1130,7 +1130,8 @@ IMPL_LINK( SvxSwPosSizeTabPage, RangeModifyHdl, Edit *, pEdit ) ...@@ -1130,7 +1130,8 @@ IMPL_LINK( SvxSwPosSizeTabPage, RangeModifyHdl, Edit *, pEdit )
SvxSwFrameValidation aVal; SvxSwFrameValidation aVal;
aVal.nAnchorType = GetAnchorType(); aVal.nAnchorType = GetAnchorType();
aVal.bAuto = FALSE; aVal.bAutoHeight = false;
aVal.bAutoWidth = false;
aVal.bMirror = m_aHoriMirrorCB.IsChecked(); aVal.bMirror = m_aHoriMirrorCB.IsChecked();
// OD 18.09.2003 #i18732# // OD 18.09.2003 #i18732#
aVal.bFollowTextFlow = m_aFollowCB.IsChecked(); aVal.bFollowTextFlow = m_aFollowCB.IsChecked();
......
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