Issue 23988 - Missing GraphicExportFilter
Summary: Missing GraphicExportFilter
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC4
Hardware: Other Windows XP
: P4 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-30 17:24 UTC by jwillis
Modified: 2004-01-05 13:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jwillis 2003-12-30 17:24:51 UTC
According to the release example the package com.sun.star.drawing should 
contain the class GraphicExportFilter.class, but it doesn't because my app 
throws the exception: com.sun.star.lang.ServiceNotRegisteredException, when it 
gets to this line of code: Object GraphicExportFilter = xFactory.createInstance
("com.sun.star.drawing.GraphicExportFilter"); Taken from the 
Drawing/GraphicsExportDemo example.

R/ Jeff Willis
Sr. Application Developer
Sytel Inc.
Comment 1 jwillis 2003-12-30 20:17:52 UTC
I found some documentatin that showed me that I was using the wrong object to 
create my GraphicExportFilter object. No solution need. I apologize for the 
inconvenience.

R/ Jeff Willis
Comment 2 wolframgarten 2004-01-05 13:57:31 UTC
Closed.