diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:12:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:12:44 +0000 |
commit | f0b36425c1c3b04aba3d68c4043a544677b5d0f0 (patch) | |
tree | efaa84fa2ddb53ec3ef46974b4edf0985859528b /extensions/source | |
parent | d89e7239746109d154799c8a944da829b50d6fa6 (diff) |
INTEGRATION: CWS dba30a (1.10.90); FILE MERGED
2008/01/23 14:45:57 fs 1.10.90.1: support for non-numeric HelpURLs
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/browserline.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserline.hxx b/extensions/source/propctrlr/browserline.hxx index c96c6c295825..ae63ef873beb 100644 --- a/extensions/source/propctrlr/browserline.hxx +++ b/extensions/source/propctrlr/browserline.hxx @@ -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(); |