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
This commit is contained in:
parent
de33f16fd1
commit
80ec9071d7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: toolboxdocumenthandler.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -237,7 +237,7 @@ class OWriteToolBoxDocumentHandler : private ThreadHelpBase // Struct for right
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void WriteToolBoxItem( const rtl::OUString& aCommandURL, const rtl::OUString& aLabel, const rtl::OUString& aHelpURL,
|
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::xml::sax::SAXException,
|
||||||
::com::sun::star::uno::RuntimeException );
|
::com::sun::star::uno::RuntimeException );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue