To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53856
                  Issue #:|53856
                  Summary:|ifdef STR_KEY_LINGUISTIC_DIR in the resource files
                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:09:57 -0700 
2005 -------
Hi,

while working on #i53727# I found this weird code in sfx2/source/appl/app.*:

source/appl/app.hrc:#define STR_KEY_LINGUISTIC_DIR          
(CONFIG_PATH_START+13)

-> app.hrc file defines STR_KEY_LINGUISTIC_DIR.

app.src then contains:

#if defined STR_KEY_LINGUISTIC_DIR
String STR_KEY_LINGUISTIC_DIR
{ 
        Text [ de ] = "Linguistik" ;
        Text [ en-US ] = "Writing aids" ;
        Text [ x-comment ] = " " ;
};
#endif // STR_KEY_LINGUISTIC_DIR

What is the purpose of this #ifdef? Can it be removed completely so we do not
see "defined STR_KEY_LINGUISTIC_DIR" in the GSI file?

Ivo: just for you info.

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