From 242a796a71e29a1d8cdc4dd71d2465b898db32ab Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 31 Jul 2017 08:15:04 +0200 Subject: vcl PDF tokenizer: indentation fixes Change-Id: Ic8c652085c3132c0245c2629b71b0e2555d167cb --- include/vcl/filter/pdfdocument.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/filter/pdfdocument.hxx') diff --git a/include/vcl/filter/pdfdocument.hxx b/include/vcl/filter/pdfdocument.hxx index 410ce57e4b50..98806a3f17e7 100644 --- a/include/vcl/filter/pdfdocument.hxx +++ b/include/vcl/filter/pdfdocument.hxx @@ -136,7 +136,7 @@ class VCL_DLLPUBLIC PDFReferenceElement : public PDFElement PDFNumberElement& m_rObject; public: - PDFReferenceElement(PDFDocument& rDoc, PDFNumberElement& rObject, PDFNumberElement const & rGeneration); + PDFReferenceElement(PDFDocument& rDoc, PDFNumberElement& rObject, PDFNumberElement const& rGeneration); bool Read(SvStream& rStream) override; /// Assuming the reference points to a number object, return its value. double LookupNumber(SvStream& rStream) const; -- cgit