diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/pdfsignaturehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx b/xmlsecurity/source/helper/pdfsignaturehelper.cxx index f9bb5342c626..3942163e970c 100644 --- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx +++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx @@ -117,7 +117,7 @@ void GetSignatureLineShape(const uno::Reference<frame::XModel>& xModel, sal_Int3 } /// Turns an array of floats into offset + length pairs. -bool GetByteRangesFromPDF(vcl::filter::PDFArrayElement& rArray, +bool GetByteRangesFromPDF(const vcl::filter::PDFArrayElement& rArray, std::vector<std::pair<size_t, size_t>>& rByteRanges) { size_t nByteRangeOffset = 0; |