User: hr Date: 2007-08-02 14:26:54+0000 Modified: dba/dbaccess/source/ui/misc/UITools.cxx
Log: INTEGRATION: CWS rpt23fix01 (1.72.4); FILE MERGED 2007/07/12 13:46:15 lla 1.72.4.1: #i79080# fix problem which opens the Help Agent on the wrong frame File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/UITools.cxx?r1=1.72&r2=1.73 Delta lines: +2 -2 ------------------- --- UITools.cxx 2007-07-06 08:34:20+0000 1.72 +++ UITools.cxx 2007-08-02 14:26:51+0000 1.73 @@ -1436,8 +1436,6 @@ return sName; } // ----------------------------------------------------------------------------- -namespace -{ void AppendConfigToken_Impl( ::rtl::OUString& _rURL, sal_Bool _bQuestionMark ) { // this completes a help url with the system parameters "Language" and "System" @@ -1464,6 +1462,8 @@ _rURL += SvtHelpOptions().GetSystem(); } +namespace +{ // ----------------------------------------------------------------------- sal_Bool GetHelpAnchor_Impl( const ::rtl::OUString& _rURL, ::rtl::OUString& _rAnchor ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
