23 lines
851 B
Diff
23 lines
851 B
Diff
From ed854091944c93a74cdb3a4dbd6ed14e95ab6a9c Mon Sep 17 00:00:00 2001
|
|
From: Jean Ghali <jghali@libertysurf.fr>
|
|
Date: Mon, 5 Jun 2023 21:03:08 +0000
|
|
Subject: [PATCH 06/13] Small indentation fix
|
|
|
|
git-svn-id: svn://scribus.net/trunk/Scribus@25503 11d20701-8431-0410-a711-e3c959e3b870
|
|
(cherry picked from commit fd576ca6d40856ca3cfb32482b24fa15783665d5)
|
|
---
|
|
scribus/pdf_analyzer.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/scribus/pdf_analyzer.cpp
|
|
+++ b/scribus/pdf_analyzer.cpp
|
|
@@ -725,7 +725,7 @@ void PDFAnalyzer::inspectExtGStateObj(Pd
|
|
if (arr[0].IsReference())
|
|
{
|
|
PdfReference ref = arr[0].GetReference();
|
|
- PdfObject* fontObject = m_pdfdoc->GetObjects().GetObject(ref);
|
|
+ PdfObject* fontObject = m_pdfdoc->GetObjects().GetObject(ref);
|
|
if (fontObject)
|
|
{
|
|
PDFFont font = getFontInfo(fontObject);
|