From b6d5db5f67b2eaebd7a9251e5f6eef322abddbb6 Mon Sep 17 00:00:00 2001 From: Barbra2020 Date: Wed, 28 Feb 2024 16:23:35 +0300 Subject: [PATCH] changes made --- instat/dlgBoxPlot.vb | 2 -- 1 file changed, 2 deletions(-) diff --git a/instat/dlgBoxPlot.vb b/instat/dlgBoxPlot.vb index af4dc342b2e..7d02a995bc7 100644 --- a/instat/dlgBoxPlot.vb +++ b/instat/dlgBoxPlot.vb @@ -136,8 +136,6 @@ Public Class dlgBoxplot ucrByFactorsReceiver.SetParameter(New RParameter("x", 1)) ucrByFactorsReceiver.Selector = ucrSelectorBoxPlot - 'ucrByFactorsReceiver.SetIncludedDataTypes({"factor"}) - 'ucrByFactorsReceiver.strSelectorHeading = "Factors" ucrByFactorsReceiver.SetParameterIsString() ucrByFactorsReceiver.bWithQuotes = False ucrByFactorsReceiver.SetValuesToIgnore({Chr(34) & Chr(34)})