From 80ec9071d74eb47feefb26d3e0709b33842d8b27 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 16 Nov 2004 13:52:01 +0000 Subject: [PATCH] INTEGRATION: CWS docking4 (1.4.4); FILE MERGED 2004/10/22 15:27:43 cd 1.4.4.1: #i34077# Support for toolbar button/sub-toolbar behavior --- framework/inc/xml/toolboxdocumenthandler.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 1905f3f47d32..58b649db9494 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toolboxdocumenthandler.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-09-08 14:10:56 $ + * last change: $Author: obo $ $Date: 2004-11-16 14:52:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -237,7 +237,7 @@ class OWriteToolBoxDocumentHandler : private ThreadHelpBase // Struct for right protected: virtual void WriteToolBoxItem( const rtl::OUString& aCommandURL, const rtl::OUString& aLabel, const rtl::OUString& aHelpURL, - sal_Bool bVisible ) throw + sal_Int16 nWidth, sal_Bool bVisible ) throw ( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );