To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71991
                 Issue #|71991
                 Summary|Quickstarter - Missing Impress menu entry
               Component|framework
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|rvojta





------- Additional comments from [EMAIL PROTECTED] Sun Nov 26 07:25:21 -0800 
2006 -------
Quickstarter is missing Impress menu entry on my Windows XP machine. I found,
that the following part of code is responsible for this issue:

sfx2/source/appl/shutdowniconw32.cxx:

if ( aFileNewAppsAvailable.find( sURL ) == aFileNewAppsAvailable.end() )
    // the application is installed, but the entry has been configured to *not*
appear in the File/New
    // menu => also let not appear it in the quickstarter
    continue;

My File -> New -> Impress / Presentation menu entry is enabled, so, the
Presentation menu item should be visible in Quickstarter too. Remaining items
(Writer, ...) are visible.

When I comment out this part of code, Impress menu item is back.

Different story, but why this isn't used in *unx Quickstarter too? Unix
Quickstarter is checking only installed modules and Windows Quickstarter is
checking installed modules and File -> New -> ... menu entries.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to