diff options
Diffstat (limited to 'vcl/unx/gtk3/gtk3salprn-gtk.cxx')
-rw-r--r-- | vcl/unx/gtk3/gtk3salprn-gtk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3salprn-gtk.cxx b/vcl/unx/gtk3/gtk3salprn-gtk.cxx index 58fc5b21f100..dce0c36e76b7 100644 --- a/vcl/unx/gtk3/gtk3salprn-gtk.cxx +++ b/vcl/unx/gtk3/gtk3salprn-gtk.cxx @@ -408,7 +408,6 @@ GtkPrintDialog::impl_initCustomTab() sal_Int32 nDependsOnValue = 0; bool bUseDependencyRow = false; bool bIgnore = false; - GtkWidget* pGroup = nullptr; bool bGtkInternal = false; //Fix fdo#69381 @@ -527,6 +526,7 @@ GtkPrintDialog::impl_initCustomTab() GtkWidget* pWidget = nullptr; beans::PropertyValue* pVal = nullptr; + GtkWidget* pGroup = nullptr; if (aCtrlType == "Bool" && pCurParent) { pWidget = gtk_check_button_new_with_mnemonic( |