diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-25 10:23:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-25 10:29:50 +0000 |
commit | 90b755b2838a49d80e83bd2642bc8ff5c399396b (patch) | |
tree | e25da95adf84864adf53cc6345e432c6cdad3e82 /vcl/source/window/printdlg.cxx | |
parent | 5a21fcc73f4346ea78a777e91de506d8f47e485f (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r-- | vcl/source/window/printdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 0cb19c5fa06c..4b3b0ec72174 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -1095,7 +1095,6 @@ void PrintDialog::setupOptionalUI() rOptions[i].Value >>= aOptProp; // extract ui element - bool bEnabled = true; rtl::OUString aCtrlType; rtl::OUString aText; rtl::OUString aPropertyName; @@ -1133,7 +1132,6 @@ void PrintDialog::setupOptionalUI() { sal_Bool bValue = sal_True; rEntry.Value >>= bValue; - bEnabled = bValue; } else if( rEntry.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "GroupingHint" ) ) ) { |