diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 11:30:04 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 11:30:04 +0000 |
commit | fbd1f2210bffc767823dae694225b03bc1700f52 (patch) | |
tree | fbb684aac908cbf5bcf6a298430549519513cad7 /sw/inc/frmfmt.hxx | |
parent | 4daff6050e87db4f813261511da7293d60ffbedd (diff) |
INTEGRATION: CWS dbwizard1 (1.6.52); FILE MERGED
2004/10/25 07:17:17 od 1.6.52.1: #i36010# class <SwDrawFrmFmt> - change default value of member <mnPositionLayoutDir>
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 7f35f1d7ecac..e864994f3c5a 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frmfmt.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-09-08 15:14:48 $ + * last change: $Author: pjunck $ $Date: 2004-10-27 12:30:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,7 +267,10 @@ protected: meLayoutDir( SwFrmFmt::HORI_L2R ), // <-- // --> OD 2004-08-06 #i28749# - mnPositionLayoutDir( com::sun::star::text::PositionLayoutDir::PositionInLayoutDirOfAnchor ), + // --> OD 2004-10-25 #i36010# - change default value of <mnPositionLayoutDir> + // in order to force an setting of the positioning attributes at the + // first time the drawing object is positioned. + mnPositionLayoutDir( com::sun::star::text::PositionLayoutDir::PositionInHoriL2R ), // <-- pSdrObjCached(NULL) {} @@ -278,7 +281,10 @@ protected: meLayoutDir( SwFrmFmt::HORI_L2R ), // <-- // --> OD 2004-08-06 #i28749# - mnPositionLayoutDir( com::sun::star::text::PositionLayoutDir::PositionInLayoutDirOfAnchor ), + // --> OD 2004-10-25 #i36010# - change default value of <mnPositionLayoutDir> + // in order to force an setting of the positioning attributes at the + // first time the drawing object is positioned. + mnPositionLayoutDir( com::sun::star::text::PositionLayoutDir::PositionInHoriL2R ), // <-- pSdrObjCached(NULL) {} |