diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-09-13 05:23:08 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-09-13 05:23:08 +0000 |
commit | 907a87c47e1ec8520cbcc8403dd259a1a3a8d949 (patch) | |
tree | e2456b6d7fc7fea232fa66a9f8e0a41eaeb6baeb /extensions/source/ole/makefile.mk | |
parent | 6cbd76f519e94fd595f2847e5857fdf437b6c971 (diff) |
#103028# identity of COM and UNO objects
Diffstat (limited to 'extensions/source/ole/makefile.mk')
-rw-r--r-- | extensions/source/ole/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk index c83d92daff8e..73852fa76881 100644 --- a/extensions/source/ole/makefile.mk +++ b/extensions/source/ole/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: jl $ $Date: 2002-06-05 13:21:38 $ +# last change: $Author: jl $ $Date: 2002-09-13 06:23:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -152,7 +152,8 @@ SLOFILES= \ $(SLO)$/olethread.obj \ $(SLO)$/oledll.obj \ $(SLO)$/jscriptclasses.obj \ - $(SLO)$/ole2uno.obj + $(SLO)$/ole2uno.obj + |