From bdd9655fa4c9166c1e72859531041c42cfaaeb47 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 20 Dec 2001 11:29:28 +0000 Subject: #95867#: handle case of always execute macros, but warn --- sfx2/source/inc/objshimp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2/source/inc/objshimp.hxx') diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 4424636162b2..3d602a0b2382 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: mba $ $Date: 2001-12-17 14:24:37 $ + * last change: $Author: mba $ $Date: 2001-12-20 12:29:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -224,7 +224,7 @@ struct SfxObjectShell_Impl bInCloseEvent( sal_False ), bLoadingWindows( sal_False ) , nStyleFilter( 0 ) - , nMacroMode( eFROM_LIST ) + , nMacroMode( 3 ) {} ~SfxObjectShell_Impl(); -- cgit