summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/unx/gtk/gdi/salprn-gtk.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/unx/gtk/gdi/salprn-gtk.cxx b/vcl/unx/gtk/gdi/salprn-gtk.cxx
index 0722f78df641..4a28fcd7d23f 100644
--- a/vcl/unx/gtk/gdi/salprn-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salprn-gtk.cxx
@@ -483,6 +483,11 @@ GtkPrintDialog::impl_initCustomTab()
GtkWidget* pGroup = NULL;
bool bGtkInternal = false;
+ //Fix fdo#69381
+ //Next options if this one is empty
+ if ( aOptProp.getLength() == 0)
+ continue;
+
for (int n = 0; n != aOptProp.getLength(); n++)
{
const beans::PropertyValue& rEntry(aOptProp[ n ]);