summaryrefslogtreecommitdiff
path: root/framework/source/uielement/progressbarwrapper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:16:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:24 +0100
commitcfadf87cf51e0681d5fc4059a973ed1630a8203f (patch)
treef6eebc381a4fba4c282e6a19d4fe53332e66bd0c /framework/source/uielement/progressbarwrapper.cxx
parent0019eac5e5c1e0a9f0a216da7ce56eb5bfff886b (diff)
loplugin:indentation in framework
Change-Id: I9d0ef502eb812499b0372436083f673bb19ff578 Reviewed-on: https://gerrit.libreoffice.org/67557 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/uielement/progressbarwrapper.cxx')
-rw-r--r--framework/source/uielement/progressbarwrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/progressbarwrapper.cxx b/framework/source/uielement/progressbarwrapper.cxx
index c44a2ce6db99..76e2dda4c262 100644
--- a/framework/source/uielement/progressbarwrapper.cxx
+++ b/framework/source/uielement/progressbarwrapper.cxx
@@ -304,9 +304,9 @@ uno::Reference< uno::XInterface > SAL_CALL ProgressBarWrapper::getRealInterface(
uno::Reference< lang::XComponent >(
static_cast< cppu::OWeakObject* >( this ),
uno::UNO_QUERY ));
- xComp.set(static_cast< cppu::OWeakObject* >( pWrapper ),
+ xComp.set(static_cast< cppu::OWeakObject* >( pWrapper ),
uno::UNO_QUERY );
- m_xProgressBarIfacWrapper = xComp;
+ m_xProgressBarIfacWrapper = xComp;
}
return xComp;