summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/textinputstream.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/helper/textinputstream.cxx b/oox/source/helper/textinputstream.cxx
index 5ecd73863a34..34c599ae7d8a 100644
--- a/oox/source/helper/textinputstream.cxx
+++ b/oox/source/helper/textinputstream.cxx
@@ -199,7 +199,6 @@ OUString TextInputStream::readToChar( sal_Unicode cChar, bool bIncludeChar )
const Reference< XComponentContext >& rxContext, const Reference< XInputStream >& rxInStrm, rtl_TextEncoding eTextEnc )
{
Reference< XTextInputStream > xTextStrm;
- // TODO JUL const char* pcCharset = rtl_getMimeCharsetFromTextEncoding( eTextEnc );
const char* pcCharset = rtl_getBestMimeCharsetFromTextEncoding( eTextEnc );
OSL_ENSURE( pcCharset, "TextInputStream::createXTextInputStream - unsupported text encoding" );
if( rxContext.is() && rxInStrm.is() && pcCharset ) try
ccfbe00ba93dee178c22922c56'>svx: sal_Bool->boolNoel Grandin 2014-03-01Remove visual noise from includeAlexander Wilms 2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann 2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/svxThomas Arnhold 2013-09-05convert include/svx/xit.hxx from String to OUStringNoel Grandin 2013-04-23execute move of global headersBjoern Michaelsen