diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-02-08 19:16:52 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-02-13 22:30:55 +0100 |
commit | 80a72c4cc7edc6b4c0b88d841500617cd733cbf7 (patch) | |
tree | 6436cc464578ddcb884b2bc7cc37973570af6463 /sw/source/ui/inc/labimg.hxx | |
parent | 765c6d9916b1959ff92811e80bf0fc4870e7ab29 (diff) |
fdo#44516: Improved label/BC wizard - set paper size
Diffstat (limited to 'sw/source/ui/inc/labimg.hxx')
-rw-r--r-- | sw/source/ui/inc/labimg.hxx | 2 |
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? |