summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-12-19 13:28:48 +0000
committerNoel Power <noel.power@suse.com>2012-12-19 17:40:02 +0000
commita6636235e6b6f33f77bee31cd06115b7a0fdeff6 (patch)
tree122540589f88606d4df9170c6da4da7897b11bc8 /sfx2/inc
parent5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8 (diff)
post OnPrint event ( application & document ) when printing starts
this event used to get posted, somehow it seems it got dropped somewhere along the line ( looks like the printer and printer monitor code got reworked ) Change-Id: Ib75ee9e7ecd41614275033d2be2a351785326e24
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/sfx.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc
index d92b301cddec..c2103d32c9ac 100644
--- a/sfx2/inc/sfx2/sfx.hrc
+++ b/sfx2/inc/sfx2/sfx.hrc
@@ -50,6 +50,7 @@
#define SFX_EVENT_SAVEASDOC (EVENT_SFX_START + 6)
#define SFX_EVENT_ACTIVATEDOC (EVENT_SFX_START + 7)
#define SFX_EVENT_DEACTIVATEDOC (EVENT_SFX_START + 8)
+#define SFX_EVENT_PRINTDOC (EVENT_SFX_START + 9)
#define SFX_EVENT_LOADFINISHED (EVENT_SFX_START + 11)