merge the formfield patch from ooo-build
[ooovba.git] / sw / sdi / swpatch.txt
blob5c52bb3c130b5b0c439c3e554fa3d096e0fb1624
1 swinter.h:
3 unsigned char SYSCALL SwDocumentGetIsPrinting( C_Object ObjHdl );
6 swinter.c:
8 unsigned char SYSCALL SwDocumentGetIsPrinting( C_Object ObjHdl )
10     if( SvIPCIsConnected() )
11     {
12         return (unsigned char) pIPCCallFunction( SvIPCGetClient(), 136598,
13              ObjHdl , 1, NULL );
14     }
15     return 0;
18 #ifdef _MSC_VER
19 #pragma code_seg("swinter2","CODE")
20 #endif