Kaydet (Commit) 1bd443a3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba30i_DEV300 (1.11.24); FILE MERGED

2008/08/22 11:28:47 oj 1.11.24.1: #i93014#
üst 3759dd21
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: ReportDefinition.cxx,v $ * $RCSfile: ReportDefinition.cxx,v $
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -1487,8 +1487,8 @@ void SAL_CALL OReportDefinition::storeToStorage( const uno::Reference< embed::XS ...@@ -1487,8 +1487,8 @@ void SAL_CALL OReportDefinition::storeToStorage( const uno::Reference< embed::XS
OSL_ENSURE(0,"Exception Caught: Could not commit report storage!"); OSL_ENSURE(0,"Exception Caught: Could not commit report storage!");
throw io::IOException(); throw io::IOException();
} }
// LLA: resynced? if ( xStatusIndicator.is() )
setModified(sal_False); setModified(sal_False);
} }
if ( xStatusIndicator.is() ) if ( xStatusIndicator.is() )
......
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