diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
commit | 8dfe965a32b7d99d5bd70489f5f45652114ca889 (patch) | |
tree | b773c9e297770bab7c8e4872e47349c0d6dce70c /fpicker/source | |
parent | a2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff) |
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx index c6b0acd6a33f..266748f8d792 100644 --- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx @@ -1471,7 +1471,7 @@ uno::Sequence<sal_Int16> SAL_CALL SalGtkFilePicker::getSupportedImageFormats() t OSL_ASSERT( m_pDialog != NULL ); // TODO return m_pImpl->getSupportedImageFormats(); - return 0; + return uno::Sequence<sal_Int16>(); } sal_Int32 SAL_CALL SalGtkFilePicker::getTargetColorDepth() throw( uno::RuntimeException ) |