diff options
Diffstat (limited to 'vcl/unx/gtk/a11y/atktable.cxx')
-rw-r--r-- | vcl/unx/gtk/a11y/atktable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atktable.cxx b/vcl/unx/gtk/a11y/atktable.cxx index 91e526e0d3b8..016d697dce59 100644 --- a/vcl/unx/gtk/a11y/atktable.cxx +++ b/vcl/unx/gtk/a11y/atktable.cxx @@ -350,7 +350,7 @@ table_wrapper_get_summary( AtkTable *table ) static gint convertToGIntArray( const uno::Sequence< ::sal_Int32 >& aSequence, gint **pSelected ) { - if( aSequence.getLength() ) + if( aSequence.hasElements() ) { *pSelected = g_new( gint, aSequence.getLength() ); |