https://bugs.documentfoundation.org/show_bug.cgi?id=146150

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Mike Kaganski <[email protected]> ---
FTR: one special case of using slots is special "factory URL" syntax, like

  private:factory/swriter?slot=21053

see SfxFrameLoader_Impl::load. One place where it's used is in
createSystrayMenu (sfx2/source/appl/shutdowniconw32.cxx), using
IMPRESS_WIZARD_URL (private:factory/simpress?slot=6686).

I don't know what would be the optimal fix in this case, but possibly allowing
to take "?.uno:Foo" instead of "?slot=nnn" would work, and impl_findSlotParam
could convert the .uno to respective slot dynamically (e.g., using
SfxGetpApp()->GetInterface()->GetSlot(sUnoURL)), to not change other code.

Caolan: do you think it's reasonable to add such "UNO slot parameter" to
recognized syntaxes in impl_findSlotParam?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to