summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorWinfried Donkers <osc@dci-electronics.nl>2012-02-08 19:16:52 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-03-22 22:11:20 -0500
commit716f0e2c10ab958a8ce4c22e78d726ac13491f5b (patch)
tree84c4893e02cd1bfa800173dfa64a4ecc2f9209ec /sw/source/ui/inc
parentb4b8f6966d5c2d308874f6213e68ecc620e92777 (diff)
fdo#44516: Improved label/BC wizard - set paper size
Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/labimg.hxx2
1 files changed, 2 insertions, 0 deletions
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?