]> source.dussan.org Git - poi.git/commitdiff
updated url in comment
authorJosh Micich <josh@apache.org>
Thu, 5 Mar 2009 04:54:27 +0000 (04:54 +0000)
committerJosh Micich <josh@apache.org>
Thu, 5 Mar 2009 04:54:27 +0000 (04:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@750316 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.java

index 8b1967c474eb3483207c66c09b1fb7cd3bab791c..c14b9fe0f17b8c4e2c853f4b8b26e28596ecef55 100644 (file)
@@ -75,7 +75,7 @@ public final class EmbeddedObjectRefSubRecord extends SubRecord {
 
                // Much guess-work going on here due to lack of any documentation.
                // See similar source code in OOO:
-               // http://lxr.go-oo.org/source/sc/sc/source/filter/excel/xiescher.cxx
+               // http://svn.services.openoffice.org/ooo/trunk/sc/source/filter/excel/xiescher.cxx
                // 1223 void XclImpOleObj::ReadPictFmla( XclImpStream& rStrm, sal_uInt16 nRecSize )
 
                int streamIdOffset = in.readShort(); // OOO calls this 'nFmlaLen'