INTEGRATION: CWS mingwport03 (1.3.106); FILE MERGED
2006/09/07 09:07:20 vg 1.3.106.1: #i53572# MinGW port
This commit is contained in:
parent
840d1c6fce
commit
bfa9245c0b
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: FolderPicker.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 23:49:11 $
|
||||
* last change: $Author: vg $ $Date: 2007-03-26 13:20:20 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -124,7 +124,8 @@ public:
|
|||
// XCancellable
|
||||
//------------------------------------------------
|
||||
|
||||
virtual void SAL_CALL cancel( );
|
||||
virtual void SAL_CALL cancel( )
|
||||
throw(::com::sun::star::uno::RuntimeException);
|
||||
|
||||
//------------------------------------------------
|
||||
// overwrite base class method, which is called
|
||||
|
|
Loading…
Reference in a new issue