summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-05-31 08:01:11 +0000
committerKai Ahrens <ka@openoffice.org>2002-05-31 08:01:11 +0000
commit5783e59d30e01b6d803f5e6f0618612360f64fc1 (patch)
treee4d25531ab825428ef293a9c6f5b5274e7189da4 /goodies
parent9bbe083bc740df42b22e09a9e0948a7f9e73f35a (diff)
#99757# checksum has to be set, so that GraphicId is not empty
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/graphic/grfcache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/graphic/grfcache.cxx b/goodies/source/graphic/grfcache.cxx
index f50070f8a72a..b6968892f21b 100644
--- a/goodies/source/graphic/grfcache.cxx
+++ b/goodies/source/graphic/grfcache.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grfcache.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ka $ $Date: 2001-11-20 13:41:20 $
+ * last change: $Author: ka $ $Date: 2002-05-31 09:01:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ public:
}
ByteString GetIDString() const;
- BOOL IsEmpty() const { return( 0 == mnID1 && 0 == mnID2 && 0 == mnID3 && 0 == mnID4 ); }
+ BOOL IsEmpty() const { return( 0 == mnID4 ); }
};
// -----------------------------------------------------------------------------