From 80a72c4cc7edc6b4c0b88d841500617cd733cbf7 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Wed, 8 Feb 2012 19:16:52 +0100 Subject: fdo#44516: Improved label/BC wizard - set paper size --- sw/source/ui/inc/labimg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source/ui/inc/labimg.hxx') diff --git a/sw/source/ui/inc/labimg.hxx b/sw/source/ui/inc/labimg.hxx index 45da9ad3e8e5..9e9299c59fee 100644 --- a/sw/source/ui/inc/labimg.hxx +++ b/sw/source/ui/inc/labimg.hxx @@ -68,6 +68,8 @@ public: sal_Int32 nRows; // number of rows (user) sal_Int32 nCol; // column for single print sal_Int32 nRow; // row for single print + sal_Int32 lPHeight; // paper height + sal_Int32 lPWidth; // paper width sal_Bool bAddr;// address as label? sal_Bool bCont;// continuous paper? sal_Bool bPage;// whole page or single labels? -- cgit