summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 19:48:08 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 19:48:08 +0000
commite8980673420c53a853a416d726bf065ffc2a232f (patch)
treee7b78e4b579b2489e8211c4e4562003d2acd6d52
parenta95883dedb894b216e64b9675add44332f989419 (diff)
INTEGRATION: CWS impress91 (1.136.68); FILE MERGED
2006/04/06 10:57:28 sj 1.136.68.1: #i63145# using block alignment
-rw-r--r--svx/source/svdraw/svdfppt.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdfppt.cxx b/svx/source/svdraw/svdfppt.cxx
index 676d907cc4aa..dcc5bd1d0554 100644
--- a/svx/source/svdraw/svdfppt.cxx
+++ b/svx/source/svdraw/svdfppt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdfppt.cxx,v $
*
- * $Revision: 1.138 $
+ * $Revision: 1.139 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:15:05 $
+ * last change: $Author: kz $ $Date: 2006-04-26 20:48:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1188,12 +1188,6 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
break;
default :
- {
- if ( nTextFlags == PPT_TEXTOBJ_FLAGS_PARA_ALIGNMENT_USED_LEFT )
- eTHA = SDRTEXTHORZADJUST_LEFT;
- else if ( nTextFlags == PPT_TEXTOBJ_FLAGS_PARA_ALIGNMENT_USED_RIGHT )
- eTHA = SDRTEXTHORZADJUST_RIGHT;
- }
break;
}
nMinFrameHeight = rTextRect.GetHeight() - ( nTextTop + nTextBottom );