To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53860
                  Issue #:|53860
                  Summary:|java/no-Java features and resources
                Component:|framework
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:37:36 -0700 
2005 -------
Hi,

while working on #i53727#, I found this in the file svx/inc/globlmn_tmpl.hrc:

#ifdef SOLAR_JAVA
#define TMP_SID_INSERT_APPLET \
    MenuItem\
    {\
        Identifier = SID_INSERT_APPLET ; \
                Command = ".uno:InsertApplet" ; \
        HelpID = SID_INSERT_APPLET ; \
        Text [ de ] = "~Applet..." ; \
        Text [ en-US ] = "~Applet..." ; \
                Text [ x-comment ] = " ";\
        };
#else
#define TMP_SID_INSERT_APPLET
#endif

TMP_SID_INSERT_APPLET is used later on. IIUIC, this is a logic that if
SOLAR_JAVA is defined, there will be entry Applet, if it is not defined, user
never see it.

I think this should be solved by program logic and not in resources (grayed
entry if Java is not enabled/not available?).

This way, resource files are different depending on the compile time options.
This prevent us to reuse them between java and nojava builds.

---------------------------------------------------------------------
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