summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-11 14:38:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 14:38:29 +0100
commit37f012dcf0190b1bb661d524c46edac560c94d49 (patch)
tree16b8db2f4cdeb4ba3d07d5093b13f4e2a8aed76e /sw/source/filter/writer
parent00741c9434785b18bff32357568f733922ef6eab (diff)
callcatcher: remove unused PutCJKandCTLFontsInAttrPool
Diffstat (limited to 'sw/source/filter/writer')
-rw-r--r--sw/source/filter/writer/writer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index 771c65b3d878..d874cefd6de0 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -466,14 +466,6 @@ void Writer::PutEditEngFontsInAttrPool( sal_Bool bIncl_CJK_CTL )
}
}
-void Writer::PutCJKandCTLFontsInAttrPool()
-{
- SfxItemPool& rPool = pDoc->GetAttrPool();
- _AddFontItems( rPool, RES_CHRATR_CJK_FONT );
- _AddFontItems( rPool, RES_CHRATR_CTL_FONT );
-}
-
-
void Writer::_AddFontItems( SfxItemPool& rPool, sal_uInt16 nW )
{
const SvxFontItem* pFont = (const SvxFontItem*)&rPool.GetDefaultItem( nW );