diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-05-24 03:03:37 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-05-25 01:35:57 +0200 |
commit | 21875558f6c478f07d68ff39e025d7ffd451674f (patch) | |
tree | 3ca2f78c0d4e4758e64f8a052cab8d3926ccbfb2 /sc/qa/extras/scarealinkobj.cxx | |
parent | 787a6c2244af5646a9d1177ae294bfb891e2373b (diff) |
clang-format sc with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>
There will be follow-up patches to fix all 'under-5-percent' files.
Change-Id: I2d37d9c94116d2823f9a21024bdb7ff1a6207d5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94744
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sc/qa/extras/scarealinkobj.cxx')
-rw-r--r-- | sc/qa/extras/scarealinkobj.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/qa/extras/scarealinkobj.cxx b/sc/qa/extras/scarealinkobj.cxx index 359dd2ce69de..ccde1b55079f 100644 --- a/sc/qa/extras/scarealinkobj.cxx +++ b/sc/qa/extras/scarealinkobj.cxx @@ -86,7 +86,9 @@ uno::Reference<uno::XInterface> ScAreaLinkObj::init() uno::UNO_QUERY_THROW); table::CellAddress aCellAddress(1, 2, 3); - xLinks->insertAtPosition(aCellAddress, m_directories.getURLFromSrc("/sc/qa/extras/testdocuments/scarealinkobj.ods"), "a2:b5", "", ""); + xLinks->insertAtPosition( + aCellAddress, m_directories.getURLFromSrc("/sc/qa/extras/testdocuments/scarealinkobj.ods"), + "a2:b5", "", ""); uno::Reference<sheet::XAreaLink> xLink(xLinks->getByIndex(0), uno::UNO_QUERY_THROW); return xLink; |