summaryrefslogtreecommitdiff
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
commit821866580361e6e664a3fcc33beef07b837049d7 (patch)
tree4b7b475581923ac0fb65058504cf5f9a01e7f840 /fpicker
parent871f924d559017fcf06a4c691fae6bcd9a82491e (diff)
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 8ae2017935..f87ab32717 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 )