diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-15 09:42:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 11:16:05 +0100 |
commit | eb1c0480050a1328287c4a85468afbec50b0e29d (patch) | |
tree | 044b94745a027b1620ebb5320731275dc86e7b18 /sw/inc/printdata.hxx | |
parent | 253ffdf2b0c22247e6208e0881838b1896c63116 (diff) |
Resolves: fdo#36815 enable printing WYSIWYG sidewindow comments
in order for that to happen the document has to be scaled down
so that the comments outside the border of the sheet of paper
can be brought inside the printable area
Change-Id: Ifafb8eec10a4ea3ea0014097728888603e61e5a4
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r-- | sw/inc/printdata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx index 4ff41e202acd..748c6940e724 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -292,6 +292,7 @@ public: #define POSTITS_ONLY 1 #define POSTITS_ENDDOC 2 #define POSTITS_ENDPAGE 3 +#define POSTITS_INMARGINS 4 namespace sw { |