diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:18:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:18:37 +0000 |
commit | 1d751d2de5b51c9a309abe22a0219a47ea9ad8be (patch) | |
tree | 33517d5c6c6b1c7bb88aa35fd199577c431c4a52 /fpicker/source/win32 | |
parent | bd9bb97efed087374d7d53911031d53a7c50f9bb (diff) |
INTEGRATION: CWS mingwport03 (1.21.106); FILE MERGED
2006/11/07 17:58:37 vg 1.21.106.2: RESYNC: (1.21-1.22); FILE MERGED
2006/09/07 09:07:18 vg 1.21.106.1: #i53572# MinGW port
Diffstat (limited to 'fpicker/source/win32')
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index b6d85278340d..54762a419c6f 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FilePicker.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:53:35 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:18:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -380,7 +380,7 @@ void SAL_CALL CFilePicker::appendFilterGroup(const rtl::OUString& sGroupTitle, c //----------------------------------------------------------------------------------------- void SAL_CALL CFilePicker::setDefaultName(const rtl::OUString& aName) - throw(lang::IllegalArgumentException, uno::RuntimeException) + throw(uno::RuntimeException) { OSL_ASSERT(0 != m_pImpl.get()); osl::MutexGuard aGuard(m_aMutex); @@ -737,6 +737,7 @@ void SAL_CALL CFilePicker::initialize(const uno::Sequence<uno::Any>& aArguments) //------------------------------------------------------------------------------------ void SAL_CALL CFilePicker::cancel() + throw(uno::RuntimeException) { OSL_ASSERT(m_pImpl.get()); |