summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2019-11-30 11:11:39 +1100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2019-11-30 13:04:05 +0100
commit3999f7001f4059a641858741fb2d2f7b5e45f452 (patch)
treed4548a15723ff04afcd2d8b575f100a433f463a9 /emfio
parent0c6b7e46629a4e7aa63d9e78c1342209298f2fc6 (diff)
tdf#129106 vcl: add SAL_INFO to show the dxArray intercharacter spacings
Change-Id: I948555cb4895390ded8b6c9b257486cdce175185 Reviewed-on: https://gerrit.libreoffice.org/84096 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/source/reader/emfreader.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/emfio/source/reader/emfreader.cxx b/emfio/source/reader/emfreader.cxx
index ed42f904c011..77d5b58cfd00 100644
--- a/emfio/source/reader/emfreader.cxx
+++ b/emfio/source/reader/emfreader.cxx
@@ -1748,6 +1748,7 @@ namespace emfio
}
SAL_INFO("emfio", "\t\tText: " << aText);
+ SAL_INFO("emfio", "\t\tDxBuffer:");
std::unique_ptr<long[]> pDXAry, pDYAry;
@@ -1789,6 +1790,7 @@ namespace emfio
}
}
+ SAL_INFO("emfio", "\t\t\tSpacing " << i << ": " << nDx);
pDXAry[i] = nDx;
if (nOptions & ETO_PDY)
{