summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/FilePicker.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:18:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:18:37 +0000
commit3e254447c23dbc8f6208921cd773dce6c460e8b7 (patch)
tree82c8aae9ea1e20cb58aba9cb7527e78b3e282909 /fpicker/source/win32/filepicker/FilePicker.cxx
parentf7db1217da880b0782d1d522a72fb5e5f76e2d57 (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/filepicker/FilePicker.cxx')
-rw-r--r--fpicker/source/win32/filepicker/FilePicker.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx
index b860808d7f..ea571f57e3 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());