diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 16:37:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 16:37:00 +0100 |
commit | a7efb9b8dd0b7deee49975961ca49f6838648614 (patch) | |
tree | 1cbe73d3f6542474d4bd14680b97fc850789f985 /framework | |
parent | 979d8f30c6819770935943a3e338cd42de071e02 (diff) |
loplugin: fix some indents and unused OUStrings
Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/helper/statusindicatorfactory.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx index c24aabf68113..d5ce6042a1be 100644 --- a/framework/source/helper/statusindicatorfactory.cxx +++ b/framework/source/helper/statusindicatorfactory.cxx @@ -452,8 +452,7 @@ void StatusIndicatorFactory::impl_createProgress() VCLStatusIndicator* pVCLProgress = new VCLStatusIndicator(xSMGR, xWindow); xProgress = css::uno::Reference< css::task::XStatusIndicator >(static_cast< css::task::XStatusIndicator* >(pVCLProgress), css::uno::UNO_QUERY); } - else - if (xFrame.is()) + else if (xFrame.is()) { // use frame layouted progress implementation css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); |