summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:58:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:18 +0100
commit25570b1853381b8b4995e1ecda77b6aee976fdac (patch)
treec50defadd38a792cc5e53db8340763e6a793f906 /xmlsecurity/source/helper/xmlsignaturehelper2.cxx
parentbool improvements (diff)
downloadcore-25570b1853381b8b4995e1ecda77b6aee976fdac.tar.gz
core-25570b1853381b8b4995e1ecda77b6aee976fdac.zip
bool improvements
Change-Id: I550337b24e6efe96bb8ac40bd6e574065e84b135
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.cxx')
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
index 164acb28bc08..19ae5c0763eb 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
@@ -170,7 +170,7 @@ uno::Reference< io::XInputStream > SAL_CALL UriBindingHelper::getUriBinding( con
pStream->Seek( STREAM_SEEK_TO_END );
sal_uLong nBytes = pStream->Tell();
pStream->Seek( STREAM_SEEK_TO_BEGIN );
- SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );
+ SvLockBytesRef xLockBytes = new SvLockBytes( pStream, true );
xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes );
}
return xInputStream;