summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-07-18 11:50:43 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-07-18 11:52:34 +0200
commitc6d2e7d7796a5aae71fb7d8d10a538b727ad2465 (patch)
treedd9fa94874bc4b0f8b6a5fd35575f6c7eb23a124 /include
parent315b6afc90298ac23de7d24449feae6beaade17a (diff)
vcl pdf tokenizer: indentation fixes
These files had a consistent style before, let's keep them that way. Change-Id: I32cf4ae61d0fac37df5e5412ae9cf3e2b3c92d17
Diffstat (limited to 'include')
-rw-r--r--include/vcl/filter/pdfdocument.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/filter/pdfdocument.hxx b/include/vcl/filter/pdfdocument.hxx
index 16c4edc81f30..6a8a85958c88 100644
--- a/include/vcl/filter/pdfdocument.hxx
+++ b/include/vcl/filter/pdfdocument.hxx
@@ -322,13 +322,13 @@ class VCL_DLLPUBLIC PDFDocument
/// Write the appearance object as part of signing.
sal_Int32 WriteAppearanceObject();
/// Write the annot object as part of signing.
- sal_Int32 WriteAnnotObject(PDFObjectElement const & rFirstPage, sal_Int32 nSignatureId, sal_Int32 nAppearanceId);
+ sal_Int32 WriteAnnotObject(PDFObjectElement const& rFirstPage, sal_Int32 nSignatureId, sal_Int32 nAppearanceId);
/// Write the updated Page object as part of signing.
bool WritePageObject(PDFObjectElement& rFirstPage, sal_Int32 nAnnotId);
/// Write the updated Catalog object as part of signing.
bool WriteCatalogObject(sal_Int32 nAnnotId, PDFReferenceElement*& pRoot);
/// Write the updated cross-references as part of signing.
- void WriteXRef(sal_uInt64 nXRefOffset, PDFReferenceElement const * pRoot);
+ void WriteXRef(sal_uInt64 nXRefOffset, PDFReferenceElement const* pRoot);
public:
PDFDocument();
@@ -337,7 +337,7 @@ public:
/// @name Low-level functions, to be used by PDFElement subclasses.
//@{
/// Decode a hex dump.
- static std::vector<unsigned char> DecodeHexString(PDFHexStringElement const * pElement);
+ static std::vector<unsigned char> DecodeHexString(PDFHexStringElement const* pElement);
static OString ReadKeyword(SvStream& rStream);
static size_t FindStartXRef(SvStream& rStream);
void ReadXRef(SvStream& rStream);