From f0b36425c1c3b04aba3d68c4043a544677b5d0f0 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 16:12:44 +0000 Subject: [PATCH] INTEGRATION: CWS dba30a (1.10.90); FILE MERGED 2008/01/23 14:45:57 fs 1.10.90.1: support for non-numeric HelpURLs --- extensions/source/propctrlr/browserline.hxx | 6 +++--- 1 file 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();