summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-13 18:26:57 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-13 18:26:57 +0200
commit8dfe965a32b7d99d5bd70489f5f45652114ca889 (patch)
treeb773c9e297770bab7c8e4872e47349c0d6dce70c /fpicker
parent#i10000# add bIsPasswordToModify (diff)
downloadcore-8dfe965a32b7d99d5bd70489f5f45652114ca889.tar.gz
core-8dfe965a32b7d99d5bd70489f5f45652114ca889.zip
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.cxx2
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 )