diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:18:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:18:49 +0000 |
commit | ed757a48ac8a6eec57b725d5b87091fe160a2496 (patch) | |
tree | 230079878f32c1aa75e65bfb9400f75c4d07a740 | |
parent | 1d751d2de5b51c9a309abe22a0219a47ea9ad8be (diff) |
INTEGRATION: CWS mingwport03 (1.10.106); FILE MERGED
2006/11/07 17:58:45 vg 1.10.106.2: RESYNC: (1.10-1.11); FILE MERGED
2006/09/07 09:07:18 vg 1.10.106.1: #i53572# MinGW port
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index 28a2cb1c09d7..e72c4285cefc 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: FilePicker.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:48:35 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:18:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ public: throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL setDefaultName( const ::rtl::OUString& aName ) - throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException ); + throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL setDisplayDirectory( const ::rtl::OUString& aDirectory ) throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException ); @@ -236,7 +236,8 @@ public: // XCancellable //------------------------------------------------ - virtual void SAL_CALL cancel( ); + virtual void SAL_CALL cancel( ) + throw(::com::sun::star::uno::RuntimeException); //------------------------------------------------ // XEventListener |