summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/objshimp.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-25 09:51:18 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-25 09:51:18 +0000
commitc9ce83c0651cbb6f290ab36402896c06ddec1b85 (patch)
tree630f0fce5404f922d066935e5607eb602b0a8008 /sfx2/source/inc/objshimp.hxx
parent1f69c510cb956e4acd2945854f4eea7ad057e489 (diff)
INTEGRATION: CWS valgrind01 (1.18.24); FILE MERGED
2003/11/03 13:05:31 hr 1.18.24.1: #i20184#: initialize bIsPrintJobCancelable member of SfxObjectShell_Impl
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r--sfx2/source/inc/objshimp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index c5dde56e6c96..c100ec9d2750 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objshimp.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2003-08-27 16:23:24 $
+ * last change: $Author: rt $ $Date: 2003-11-25 10:51:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -229,6 +229,7 @@ struct SfxObjectShell_Impl
, nStyleFilter( 0 )
, nMacroMode( -1 )
, bDisposing( sal_False )
+ , bIsPrintJobCancelable( sal_True )
{}
~SfxObjectShell_Impl();