diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:27:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:27:33 +0000 |
commit | 654a9bf1aa631b412b0155e3c6c4fa473606189b (patch) | |
tree | 9f69f35a96ea4e2342b5a584645d511e518aa630 /svx | |
parent | 18401ac9309c8d44b83686819453417a20242412 (diff) |
INTEGRATION: CWS draw8 (1.6.128); FILE MERGED
2003/03/20 15:31:59 sj 1.6.128.1: #108148# now detecting also Draw as own format. Not saving Draw as own format leads to the problem that it is stored like all other external objects using fileformat3.1, but the first Draw comes out was version 4, this leads to defect Draw objects (missing graphics, gpf ...)
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/msfilter/msoleexp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/msfilter/msoleexp.cxx b/svx/source/msfilter/msoleexp.cxx index f57f2f14d554..122e1202973a 100644 --- a/svx/source/msfilter/msoleexp.cxx +++ b/svx/source/msfilter/msoleexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: msoleexp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: sj $ $Date: 2002-12-10 17:08:33 $ + * last change: $Author: rt $ $Date: 2003-04-08 15:27:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,6 +119,9 @@ void SvxMSExportOLEObjects::ExportOLEObject( SvInPlaceObject& rObj, { 0, "", {SO3_SCH_CLASSID_60, SO3_SCH_CLASSID_50, SO3_SCH_CLASSID_40, SO3_SCH_CLASSID_30 }}, + { 0, "", + {SO3_SDRAW_CLASSID_60, SO3_SDRAW_CLASSID_50, // SJ: !!!! SO3_SDRAW_CLASSID is only available up from + SO3_SDRAW_CLASSID_60, SO3_SDRAW_CLASSID_50 }}, // ver 5.0, it is purpose to have double entrys here. { 0xffff,0 } }; for( const _ObjExpType* pArr = aArr; !pExpFilter && ( pArr->nFlag != 0xffff ); ++pArr ) |