summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r--vcl/source/window/printdlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index e4a285e84575..861a33662d87 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1373,9 +1373,6 @@ void PrintDialog::setupOptionalUI()
Sequence< OUString > aHelpIds;
sal_Int64 nMinValue = 0, nMaxValue = 0;
OUString aGroupingHint;
- OUString aDependsOnName;
- sal_Int32 nDependsOnValue = 0;
- bool bUseDependencyRow = false;
for( int n = 0; n < aOptProp.getLength(); n++ )
{
@@ -1409,8 +1406,6 @@ void PrintDialog::setupOptionalUI()
}
else if ( rEntry.Name == "Enabled" )
{
- bool bValue = true;
- rEntry.Value >>= bValue;
}
else if ( rEntry.Name == "GroupingHint" )
{
@@ -1418,15 +1413,12 @@ void PrintDialog::setupOptionalUI()
}
else if ( rEntry.Name == "DependsOnName" )
{
- rEntry.Value >>= aDependsOnName;
}
else if ( rEntry.Name == "DependsOnEntry" )
{
- rEntry.Value >>= nDependsOnValue;
}
else if ( rEntry.Name == "AttachToDependency" )
{
- rEntry.Value >>= bUseDependencyRow;
}
else if ( rEntry.Name == "MinValue" )
{