Issue 27307 - XmlFilterAdaptor.cxx -- XmlFilterAdaptor::exportImpl() does not use given status indicator
Summary: XmlFilterAdaptor.cxx -- XmlFilterAdaptor::exportImpl() does not use given sta...
Status: CLOSED DUPLICATE of issue 28639
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: AOO Later
Assignee: lo
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 15:29 UTC by svante.schubert
Modified: 2004-05-26 10:22 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 svante.schubert 2004-04-01 15:29:32 UTC
In SRC680\filter\source\xmlfilteradaptor\XmlFilterAdaptor.cxx
Ln300 - 313
A new Status Indicator provided by property parameters:

//*********************
// Creating Status Bar
//*********************
Reference<com::sun::star::task::XStatusIndicator> xStatusIndicator;     
Reference< com::sun::star::frame::XController
>xController(xModel->getCurrentController());
if(xController.is()){
  //fprintf (stderr, "\nCreated xController\n");
  Reference < com::sun::star::frame::XFrame >xFrame (xController->getFrame());
  if(xFrame.is()){
    //fprintf (stderr, "\nCreated xFrame\n");
    Reference<com::sun::star::task::XStatusIndicatorFactory>
xFactory(xFrame,UNO_QUERY);
    if (xFactory.is()) xStatusIndicator = xFactory->createStatusIndicator();
  }
}
Comment 1 lo 2004-05-26 10:21:15 UTC
duplicate

*** This issue has been marked as a duplicate of 28639 ***
Comment 2 lo 2004-05-26 10:22:06 UTC
closed