summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-10 12:29:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-11 07:01:05 +0100
commit71a61ab2d8b650ebe0655cebd7233959a5a3811e (patch)
tree80cc6403e59e77853b0f40b4f49bc9ba9950f432 /unoxml/source/dom/document.cxx
parent30e99b793fc26d2c86363bf8c023cdd2c05940b1 (diff)
loplugin:indentation in unotools..vbahelper
Change-Id: I76de5678dd21f207e9e9c2a0c446f2c0b9be974e Reviewed-on: https://gerrit.libreoffice.org/67609 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml/source/dom/document.cxx')
-rw-r--r--unoxml/source/dom/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
index c05e0a0b6b21..7380bcdc4a9b 100644
--- a/unoxml/source/dom/document.cxx
+++ b/unoxml/source/dom/document.cxx
@@ -659,7 +659,7 @@ namespace DOM
if (result != nullptr)
return result;
result = lcl_search_element_by_id(cur->next, id);
- return result;
+ return result;
}
// Returns the Element whose ID is given by elementId.