INTEGRATION: CWS dba30a (1.10.90); FILE MERGED

2008/01/23 14:45:57 fs 1.10.90.1: support for non-numeric HelpURLs
This commit is contained in:
Kurt Zenker 2008-03-05 16:12:44 +00:00
parent d89e723974
commit f0b36425c1

View file

@ -4,9 +4,9 @@
*
* $RCSfile: browserline.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: hr $ $Date: 2007-08-03 13:52:33 $
* last change: $Author: kz $ $Date: 2008-03-05 17:12:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -105,7 +105,7 @@ namespace pcr
const ::rtl::OUString&
GetEntryName() const { return m_sEntryName; }
void SetComponentHelpIds( sal_uInt32 _nControlId, sal_uInt32 _bPrimaryButtonId, sal_uInt32 _nSecondaryButtonId );
void SetComponentHelpIds( const SmartId& _rHelpId, sal_uInt32 _bPrimaryButtonId, sal_uInt32 _nSecondaryButtonId );
void SetTitle(const String& rString );
void FullFillTitleString();