https://bz.apache.org/ooo/show_bug.cgi?id=95320
Dick Groskamp <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Dick Groskamp <[email protected]> --- String seems to be originating from the variable STR_NONAME Source in KID_localize.sdf: sfx2 source\appl\app.src 0 string STR_NONAME 0 kid plblxp‖Untitled Found references to SetTitle and GetTitle in file: /trunk/main/sfx2/source/doc/objmisc.cxx Line 809 : void SfxObjectShell::SetTitle Line 879 : String SfxObjectShell::GetTitle Seems to originate from these lines: 833 // wird 'unbenannt#' als Titel gesetzt 834 String aNoName(SfxResId(STR_NONAME)); 835 if ( rTitle.Match(aNoName) <= aNoName.Len() ) _______________ Since I'm not at all a developer and don't know anything about C++ I will not touch the code, but if someone is interested: this is possibly where you might want to start looking -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
