[Libreoffice-commits] core.git: Branch 'private/Ashod/cd-5.3.3.2' - include/vcl
Jan Holesovsky
kendy at collabora.com
Fri May 11 15:07:57 UTC 2018
include/vcl/pdfwriter.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f0e50e40ec13efc2decbbbcd5c6e1be80e2919ee
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 11 17:05:43 2018 +0200
fixup! convert Orientation to scoped enum
Change-Id: Ic773b8d26b696cf9dff9eb444048ebead6bfd47b
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 2f6df3d5e9ae..b0d4333ff6aa 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -101,7 +101,7 @@ public:
{}
};
- enum class Orientation { Portrait, Landscape, Seascape, Inherit };
+ enum class Orientation { Portrait, Inherit };
// in case the below enum is added PDF_1_6 PDF_1_7, please add them just after PDF_1_5
enum class PDFVersion { PDF_1_2, PDF_1_3, PDF_1_4, PDF_1_5, PDF_A_1 };//i59651, PDF/A-1b & -1a, only -1b implemented for now
More information about the Libreoffice-commits
mailing list