diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-12-20 11:29:28 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-12-20 11:29:28 +0000 |
commit | bdd9655fa4c9166c1e72859531041c42cfaaeb47 (patch) | |
tree | ef71f49a3ad1cb92079f9be43babaca38f9b2ccb /sfx2/source/inc/objshimp.hxx | |
parent | 848a3661cf53d03d530ac6758c6434a1fead841a (diff) |
#95867#: handle case of always execute macros, but warn
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |