summaryrefslogtreecommitdiff
path: root/xmloff/source/core/XMLBase64ImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/XMLBase64ImportContext.cxx')
-rw-r--r--xmloff/source/core/XMLBase64ImportContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/XMLBase64ImportContext.cxx b/xmloff/source/core/XMLBase64ImportContext.cxx
index ac659f0df18c..c44ddd907d3d 100644
--- a/xmloff/source/core/XMLBase64ImportContext.cxx
+++ b/xmloff/source/core/XMLBase64ImportContext.cxx
@@ -64,8 +64,8 @@ void XMLBase64ImportContext::Characters( const OUString& rChars )
sChars = sTrimmedChars;
}
Sequence< sal_Int8 > aBuffer( (sChars.getLength() / 4) * 3 );
- sal_Int32 const nCharsDecoded =
- ::sax::Converter::decodeBase64SomeChars( aBuffer, sChars );
+ sal_Int32 const nCharsDecoded =
+ ::sax::Converter::decodeBase64SomeChars( aBuffer, sChars );
xOut->writeBytes( aBuffer );
if( nCharsDecoded != sChars.getLength() )
sBase64CharsLeft = sChars.copy( nCharsDecoded );
>2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida 2014-03-01Remove visual noise from includeAlexander Wilms 2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/svxThomas Arnhold 2013-04-23execute move of global headersBjoern Michaelsen include/o*Thomas Arnhold 2013-04-23execute move of global headersBjoern Michaelsen