diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 10:15:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 10:15:43 +0000 |
commit | 24c905f9709000b2b841d41a1da2cfc719a305b2 (patch) | |
tree | 7cd6a13babf0cb79c60c7b6facb8f311ee0531b7 /sw | |
parent | 87e2e015871f3445a8ad57b10622d202c9419457 (diff) |
INTEGRATION: CWS swlists01 (1.66.42); FILE MERGED
2008/05/14 12:59:09 od 1.66.42.1: #i86732# remove no longer needed code
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index 86c8600826f7..5d1d126965d3 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: frmpage.cxx,v $ - * $Revision: 1.66 $ + * $Revision: 1.67 $ * * This file is part of OpenOffice.org. * @@ -1977,32 +1977,6 @@ IMPL_LINK( SwFrmPage, RelHdl, ListBox *, pLB ) else bAtVertPosModified = TRUE; - // OD 12.11.2003 #i22341# - following special handling no longer needed - /* - if (!bHori && pVMap == aVCharMap) - { - // Ausrichtung Vertikal - String sEntry; - USHORT nMapPos = GetMapPos(pVMap, aVerticalDLB); - short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); - short nRel = GetRelation(pVMap, aVertRelationLB); - - if (nRel == text::RelOrientation::CHAR) - sEntry = aFramePosString.GetString(SwFPos::FROMBOTTOM); - else - sEntry = aFramePosString.GetString(SwFPos::FROMTOP); - - USHORT nOldPos = aVerticalDLB.GetSelectEntryPos(); - - String sName = aVerticalDLB.GetEntry(aVerticalDLB.GetEntryCount() - 1); - if (sName != sEntry) - { - aVerticalDLB.RemoveEntry(aVerticalDLB.GetEntryCount() - 1); - aVerticalDLB.InsertEntry(sEntry); - aVerticalDLB.SelectEntryPos(nOldPos); - } - } - */ if(bHtmlMode && FLY_AUTO_CNTNT == (RndStdIds)GetAnchor()) // wieder Sonderbehandlung { if(bHori) |