summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/impgraph.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 770329712d58..90a7eea9310b 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impgraph.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:39:18 $
+ * last change: $Author: kz $ $Date: 2005-07-12 12:16:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1592,6 +1592,8 @@ SvStream& operator>>( SvStream& rIStm, ImpGraphic& rImpGraphic )
// (which skips loading its BmpEx if already done)
rImpGraphic.mpAnimation->SetBitmapEx(aBmpEx);
}
+ else
+ rIStm.ResetError();
}
else
{