summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-14 22:37:51 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-16 09:51:12 +0100
commitdf8d9fc9a95220fb8ce86734c64e56afa1cbfcfa (patch)
tree630498f4364e6bbaf26da04c228eb1f65f9a8c0f /sw/source/core/docnode/retrieveinputstreamconsumer.cxx
parent2f2255cf1ea9e9b32d9d01308deaccec5e5b34b7 (diff)
sal_Bool to bool
Change-Id: I5c134bce37e1be05618b14e7dbb22911cd6656c1
Diffstat (limited to 'sw/source/core/docnode/retrieveinputstreamconsumer.cxx')
-rw-r--r--sw/source/core/docnode/retrieveinputstreamconsumer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
index f621fd8b2ee2..6bfa562c2aa2 100644
--- a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
+++ b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
@@ -55,7 +55,7 @@ void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const OUString& rUR
void SwAsyncRetrieveInputStreamThreadConsumer::ApplyInputStream(
com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xInputStream,
- const sal_Bool bIsStreamReadOnly )
+ const bool bIsStreamReadOnly )
{
mrGrfNode.ApplyInputStream( xInputStream, bIsStreamReadOnly );
}