summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:53:32 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:53:32 +0000
commitded9618288b648f88068228dba9a7751493f8fc4 (patch)
treead4f6944ea48060dfec9cce46777075f6992992d /xmloff/source/text/XMLTextFrameContext.cxx
parente8eea1dc0714a44c1b2dd3e5813775797fd72661 (diff)
INTEGRATION: CWS sb59 (1.68.24); FILE MERGED
2006/08/09 12:53:58 sb 1.68.24.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 6e0266764bda..36d9a7cdaf65 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextFrameContext.cxx,v $
*
- * $Revision: 1.69 $
+ * $Revision: 1.70 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:13:00 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:53:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -973,8 +973,7 @@ XMLTextFrameContext_Impl::XMLTextFrameContext_Impl(
{
TextContentAnchorType eNew;
- if( XMLAnchorTypePropHdl::convert( rValue,
- GetImport().GetMM100UnitConverter(), eNew ) &&
+ if( XMLAnchorTypePropHdl::convert( rValue, eNew ) &&
( TextContentAnchorType_AT_PARAGRAPH == eNew ||
TextContentAnchorType_AT_CHARACTER == eNew ||
TextContentAnchorType_AS_CHARACTER == eNew ||
@@ -1435,7 +1434,7 @@ XMLTextFrameContext::XMLTextFrameContext(
{
TextContentAnchorType eNew;
if( XMLAnchorTypePropHdl::convert( xAttrList->getValueByIndex(i),
- GetImport().GetMM100UnitConverter(), eNew ) &&
+ eNew ) &&
( TextContentAnchorType_AT_PARAGRAPH == eNew ||
TextContentAnchorType_AT_CHARACTER == eNew ||
TextContentAnchorType_AS_CHARACTER == eNew ||