svx/source/svdraw/svdpdf.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
New commits: commit f43101fc23e673eb6dbef1c8e9f845a7f61365b9 Author: Jan Holesovsky <[email protected]> Date: Wed Jun 6 15:33:55 2018 +0200 fixup! svx: correctly possition form objects from PDF diff --git a/svx/source/svdraw/svdpdf.hxx b/svx/source/svdraw/svdpdf.hxx index a4a59a8bff82..dfb4b9ad2946 100644 --- a/svx/source/svdraw/svdpdf.hxx +++ b/svx/source/svdraw/svdpdf.hxx @@ -60,13 +60,13 @@ class ImpSdrPdfImport final { } - Matrix(double a, double b, double c, double d, double e, double f) - : ma(a) - , mb(b) - , mc(c) - , md(d) - , me(e) - , mf(f) + Matrix(double da, double db, double dc, double dd, double de, double df) + : ma(da) + , mb(db) + , mc(dc) + , md(dd) + , me(de) + , mf(df) { } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
