Fix typo
Change-Id: I03dc9ad3ad496524efbbb2f1a48f76fb95d1bfc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101781 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
0fc96ac585
commit
4c20bb789c
@ -85,7 +85,7 @@ static ErrCode ReadThroughComponent(
|
||||
OSL_ENSURE(xModelComponent.is(), "document missing");
|
||||
OSL_ENSURE(rxContext.is(), "factory missing");
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
InputSource aParserInput;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
||||
|
@ -227,7 +227,7 @@ Reference< XAnimationNode > implImportEffects( const Reference< XMultiServiceFac
|
||||
std::unique_ptr<SvStream> pIStm = ::utl::UcbStreamHelper::CreateStream( rPath, StreamMode::READ );
|
||||
Reference<XInputStream> xInputStream( new utl::OInputStreamWrapper( std::move(pIStm) ) );
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.sSystemId = rPath;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
@ -184,7 +184,7 @@ ErrCode ReadThroughComponent(
|
||||
|
||||
SAL_INFO( "sd.filter", "ReadThroughComponent" );
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.sSystemId = rName;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
@ -259,7 +259,7 @@ ErrCode SmXMLImportWrapper::ReadThroughComponent(
|
||||
OSL_ENSURE(rxContext.is(), "factory missing");
|
||||
OSL_ENSURE(nullptr != pFilterName,"I need a service name for the component!");
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
||||
|
@ -80,7 +80,7 @@ namespace svgio::svgreader
|
||||
{
|
||||
try
|
||||
{
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource myInputSource;
|
||||
myInputSource.aInputStream = xSVGStream;
|
||||
|
||||
|
@ -181,7 +181,7 @@ bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInputStr
|
||||
}
|
||||
|
||||
// parse
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
||||
|
@ -185,7 +185,7 @@ ErrCode SwXMLTextBlocks::GetMacroTable( sal_uInt16 nIdx,
|
||||
|
||||
uno::Reference<io::XInputStream> xInputStream = xDocStream->getInputStream();
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.sSystemId = m_aName;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
@ -145,7 +145,7 @@ ErrCode ReadThroughComponent(
|
||||
OSL_ENSURE(rxContext.is(), "factory missing");
|
||||
OSL_ENSURE(nullptr != pFilterName,"I need a service name for the component!");
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.sSystemId = rName;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
@ -840,7 +840,7 @@ namespace
|
||||
{
|
||||
try
|
||||
{
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource myInputSource;
|
||||
myInputSource.aInputStream = xInputStream;
|
||||
|
||||
|
@ -252,7 +252,7 @@ bool XMLSignatureHelper::ReadAndVerifySignature( const css::uno::Reference< css:
|
||||
|
||||
SAL_WARN_IF(!xInputStream.is(), "xmlsecurity.helper", "input stream missing");
|
||||
|
||||
// prepare ParserInputSrouce
|
||||
// prepare ParserInputSource
|
||||
xml::sax::InputSource aParserInput;
|
||||
aParserInput.aInputStream = xInputStream;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user