plisana General User

Joined: 05 Mar 2009 Posts: 20
|
Posted: Mon Nov 30, 2009 1:31 am Post subject: loadComponentFromURL( "private:stream" .. set Docu |
|
|
Hi,
i am loading documents with the next code::
xComponent = xLoader.loadComponentFromURL( "private:stream", mFrame.getName(), FrameSearchFlag.ALL, getPropiedadesLoadDocumento( stream ) );
My problem is ... this set document name to "private:stream" ... when i load 2 documents the 2 documents have "private:stream" as internal name of openOffice ... this generate problems to save, for example.
HOW CAN i set the internal name of the document ? |
|