summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoGraphicExporter.hxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-03-07 12:30:12 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-03-07 11:36:26 +0100
commit7c48277b1c54ea30fa1a13db1b3e45d2269bd7ec (patch)
treef948f4b414496a5901ba2c891073639532be5f40 /svx/source/unodraw/UnoGraphicExporter.hxx
parentbe22ca7cc69ba905c86e05f0413c05ca0bd42556 (diff)
clang-format svx 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: I89062f4846e0ba4de7fbe799a1515665fe4449a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90146 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'svx/source/unodraw/UnoGraphicExporter.hxx')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.hxx b/svx/source/unodraw/UnoGraphicExporter.hxx
index cbfd3f2f7d84..ace0db252919 100644
--- a/svx/source/unodraw/UnoGraphicExporter.hxx
+++ b/svx/source/unodraw/UnoGraphicExporter.hxx
@@ -26,7 +26,7 @@
class SdrObject;
-Graphic SvxGetGraphicForShape( SdrObject& rShape );
+Graphic SvxGetGraphicForShape(SdrObject& rShape);
#endif