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:
parent
d89e723974
commit
f0b36425c1
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: browserline.hxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -105,7 +105,7 @@ namespace pcr
|
||||||
const ::rtl::OUString&
|
const ::rtl::OUString&
|
||||||
GetEntryName() const { return m_sEntryName; }
|
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 SetTitle(const String& rString );
|
||||||
void FullFillTitleString();
|
void FullFillTitleString();
|
||||||
|
|
Loading…
Reference in a new issue