diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-22 13:10:22 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-22 13:10:22 +0000 |
commit | 5507225b34605d4e61c264bedcd2180f69a6725c (patch) | |
tree | 7e974f01e63d398f94c9ff753086dd37ead43f9a /sot/source/sdstor/makefile.mk | |
parent | 05c92b42ca2880c6b4165f6711de9d92dd7aedf6 (diff) |
corrected type
Diffstat (limited to 'sot/source/sdstor/makefile.mk')
-rw-r--r-- | sot/source/sdstor/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/makefile.mk b/sot/source/sdstor/makefile.mk index 5351caa6378e..2581c93a4bc3 100644 --- a/sot/source/sdstor/makefile.mk +++ b/sot/source/sdstor/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mh $ $Date: 2001-11-06 21:36:12 $ +# last change: $Author: hjs $ $Date: 2002-04-22 14:10:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,7 +77,7 @@ TARGET=sdstor UNOTYPES= \ com.sun.star.sdbc.XRow \ com.sun.star.datatransfer.DataFlavor \ - com.sun.star.datatransfer/dnd/DNDConstants \ + com.sun.star.datatransfer.dnd.DNDConstants \ com.sun.star.packages.manifest.XManifestWriter \ com.sun.star.packages.manifest.XManifestReader \ com.sun.star.uno.XWeak \ |