summaryrefslogtreecommitdiff
path: root/vcl/inc/salptype.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/inc/salptype.hxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/inc/salptype.hxx')
-rw-r--r--vcl/inc/salptype.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/salptype.hxx b/vcl/inc/salptype.hxx
index 589adfe3e97d..cbd04b028806 100644
--- a/vcl/inc/salptype.hxx
+++ b/vcl/inc/salptype.hxx
@@ -22,10 +22,8 @@
#include <tools/solar.h>
-
// - SalJobSetupFlags -
-
#define SAL_JOBSET_ORIENTATION ((sal_uLong)0x00000001)
#define SAL_JOBSET_PAPERBIN ((sal_uLong)0x00000002)
#define SAL_JOBSET_PAPERSIZE ((sal_uLong)0x00000004)
@@ -35,17 +33,13 @@
SAL_JOBSET_PAPERSIZE |\
SAL_JOBSET_DUPLEXMODE)
-
// - SalPrinterError -
-
#define SAL_PRINTER_ERROR_GENERALERROR 1
#define SAL_PRINTER_ERROR_ABORT 2
-
// - SalPrinterProcs -
-
class SalPrinter;
typedef long (*SALPRNABORTPROC)( void* pInst, SalPrinter* pPrinter );