diff options
author | Christian Lippka <cl@openoffice.org> | 2002-11-05 11:56:44 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-11-05 11:56:44 +0000 |
commit | f2cfa7cb38e17d3a022a509c1c60e52b81bec535 (patch) | |
tree | 4b44e1316662af52534e3fb11d3919951799082a /officecfg | |
parent | 9dc48a714ad37f6fef3687c13ed33d46d8d0cebf (diff) |
#104456# added PlaceWare filter for impress
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu index e55df212018f..f45cfdbe5b3b 100644 --- a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu +++ b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu @@ -3,9 +3,9 @@ * * $RCSfile: TypeDetection.xcu,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: as $ $Date: 2002-10-31 11:23:33 $ + * last change: $Author: cl $ $Date: 2002-11-05 12:56:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -730,6 +730,14 @@ <value>0,image/svg+xml,,,svg,0,</value> </prop> </node> + <node oor:name="pwp_PlaceWare" oor:op="replace"> + <prop oor:name="UIName"> + <value xml:lang="en-US">PWP - PlaceWare</value> + </prop> + <prop oor:name="Data"> + <value>0,,,,pwp,0,</value> + </prop> + </node> <node oor:name="svm_StarView_Metafile" oor:op="replace"> <prop oor:name="UIName"> <value xml:lang="en-US">SVM - StarView Meta File</value> @@ -5435,6 +5443,17 @@ <value>0,svg_Scalable_Vector_Graphics,com.sun.star.presentation.PresentationDocument,,1026,,0,,</value> </prop> </node> + <node oor:name="placeware_Export" oor:op="replace"> + <prop oor:name="Installed"> + <value>false</value> + </prop> + <prop oor:name="UIName"> + <value xml:lang="en-US">PWP - PlaceWare</value> + </prop> + <prop oor:name="Data"> + <value>0,pwp_PlaceWare,com.sun.star.presentation.PresentationDocument,com.sun.star.comp.Impress.PlaceWareExportFilter,524354,,0,,</value> + </prop> + </node> <node oor:name="svm_Export" oor:op="replace"> <prop oor:name="Installed"> <value>false</value> |