diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-11 16:17:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-11 16:17:24 +0000 |
commit | 99eb4a315c72307470cf5fc50833cc9354363948 (patch) | |
tree | 0494d268a579b26f05d227ce049a350ad297fd5c /sfx2 | |
parent | 6aef835fa0d2b6cc9173e70423d84d7ada23f0d4 (diff) |
INTEGRATION: CWS fwk44 (1.33.74); FILE MERGED
2006/08/04 10:20:29 mav 1.33.74.1: #139115# fix patch integration problem
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index c5251879738a..6960047f773a 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: rt $ $Date: 2006-06-26 09:52:23 $ + * last change: $Author: hr $ $Date: 2006-08-11 17:17:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -208,6 +208,7 @@ struct SfxObjectShell_Impl bSignatureErrorIsShown( sal_False ), bModelInitialized( sal_False ), bPreserveVersions( sal_True ), + m_bMacroSignBroken( sal_False ), lErr(ERRCODE_NONE), nEventId ( 0), bDoNotTouchDocInfo( sal_False ), |