diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-06-20 19:15:14 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-06-20 19:15:14 +0200 |
commit | 503e17287d890b6bb5748ddbafab1338fcaf2a29 (patch) | |
tree | 397fb7c17084ced7ebcf8ce8f16820120249864d | |
parent | fd97e65a3c22d5124835d736e74625fb114a34b6 (diff) |
remove printf
Change-Id: I82ba88a11936616f3ddfebed5a550fee79ef73f7
-rw-r--r-- | xmloff/source/style/XMLFontAutoStylePool.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLFontAutoStylePool.cxx b/xmloff/source/style/XMLFontAutoStylePool.cxx index 9af923bc3036..016419d02f12 100644 --- a/xmloff/source/style/XMLFontAutoStylePool.cxx +++ b/xmloff/source/style/XMLFontAutoStylePool.cxx @@ -197,7 +197,6 @@ OUString XMLFontAutoStylePool::Add( nFamily, nPitch, eEnc ); m_pFontAutoStylePool->insert( pEntry ); m_aNames.insert(sName); - printf ("%s\n", sName.toUtf8().getStr()); } return sPoolName; |