diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:56:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 11:20:45 +0100 |
commit | 12b584e4a9695a7516f239cd33950656212ed0c8 (patch) | |
tree | cc32dc82c17e24e618f2561f92b4d720bc099c08 /svx/source/dialog/docrecovery.cxx | |
parent | 6815354b286bbc6e686fea12fada6d4d18ffb64f (diff) |
loplugin:indentation in svx
Change-Id: Ifea8e24fb76025715ab2ff495d3949223584070a
Reviewed-on: https://gerrit.libreoffice.org/67567
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 3403558c16bf..0770d0be6361 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -1203,8 +1203,8 @@ BrokenRecoveryDialog::~BrokenRecoveryDialog() void BrokenRecoveryDialog::impl_refresh() { - m_bExecutionNeeded = false; - TURLList& rURLList = m_pCore->getURLListAccess(); + m_bExecutionNeeded = false; + TURLList& rURLList = m_pCore->getURLListAccess(); for (const TURLInfo& rInfo : rURLList) { if (m_bBeforeRecovery) |