Kaydet (Commit) 47339632 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mav16 (1.104.8); FILE MERGED

2005/02/09 08:57:23 mav 1.104.8.1: #i38631#,#i42209# macro execution mode related issues
üst 33b705a9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: viewfrm.cxx,v $ * $RCSfile: viewfrm.cxx,v $
* *
* $Revision: 1.104 $ * $Revision: 1.105 $
* *
* last change: $Author: rt $ $Date: 2005-02-02 14:03:36 $ * last change: $Author: vg $ $Date: 2005-02-25 09:37:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -4049,7 +4049,7 @@ SfxMacro* SfxViewFrame::GetRecordingMacro_Impl() ...@@ -4049,7 +4049,7 @@ SfxMacro* SfxViewFrame::GetRecordingMacro_Impl()
void SfxViewFrame::UpdateDocument_Impl() void SfxViewFrame::UpdateDocument_Impl()
{ {
SfxObjectShell* pDoc = GetObjectShell(); SfxObjectShell* pDoc = GetObjectShell();
if ( pDoc->HasMacros_Impl() ) if ( pDoc->HasMacrosLib_Impl() || pDoc->HasMacrosStor_Impl() )
pDoc->AdjustMacroMode( String() ); pDoc->AdjustMacroMode( String() );
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment