summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtdrop.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-04-10 13:45:09 +0000
committerFrank Meies <fme@openoffice.org>2001-04-10 13:45:09 +0000
commit995852689b2abd59457fdcf7c875a41eb3a05eff (patch)
tree3efa063b67d0efccaf047b37f2b51ad4fa43dc70 /sw/source/core/text/txtdrop.cxx
parentaeb4d4f938fc07b4757a0d08bf5dcf60013064ce (diff)
New: Asian punctuation kerning
Diffstat (limited to 'sw/source/core/text/txtdrop.cxx')
-rw-r--r--sw/source/core/text/txtdrop.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/txtdrop.cxx b/sw/source/core/text/txtdrop.cxx
index 8ff0a639e375..54663afc0ec6 100644
--- a/sw/source/core/text/txtdrop.cxx
+++ b/sw/source/core/text/txtdrop.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtdrop.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-04-09 10:41:08 $
+ * last change: $Author: fme $ $Date: 2001-04-10 14:43:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -449,7 +449,7 @@ SwDropPortion *SwTxtFormatter::NewDropPortion( SwTxtFormatInfo &rInf ) const
}
SwFont *pTmpFnt = new SwFont( pDropFmt->GetCharFmt()
? &pDropFmt->GetCharFmt()->GetAttrSet()
- : &rInf.GetCharAttr() );
+ : &rInf.GetCharAttr(), rInf.GetDoc() );
if( GetDropHeight() )
pDropPor = new SwDropPortion( pTmpFnt, GetDropLines(),
GetDropHeight(), GetDropDescent(),