summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/gluepts.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:19:58 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-11-16 11:42:31 +0100
commit69397a13d9458174ea3d0160cb65d77ac83c205c (patch)
tree5511df93af26e29d91db5ce7934d76b6a1be55fe /svx/source/unodraw/gluepts.hxx
parent81a11c6f1c2caec8c177cb4e061631561a4d102e (diff)
tdf#123936 Formatting files in module svx with clang-format
Change-Id: I482a00c9f65fd08be03f101c0e18f044c9323137 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105716 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/source/unodraw/gluepts.hxx')
-rw-r--r--svx/source/unodraw/gluepts.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/unodraw/gluepts.hxx b/svx/source/unodraw/gluepts.hxx
index 9747a454fea2..303f7213e00d 100644
--- a/svx/source/unodraw/gluepts.hxx
+++ b/svx/source/unodraw/gluepts.hxx
@@ -24,11 +24,13 @@
#include <com/sun/star/uno/Reference.hxx>
-namespace com::sun::star::uno { class XInterface; }
+namespace com::sun::star::uno
+{
+class XInterface;
+}
class SdrObject;
-css::uno::Reference<css::uno::XInterface>
-SvxUnoGluePointAccess_createInstance(SdrObject * pObject);
+css::uno::Reference<css::uno::XInterface> SvxUnoGluePointAccess_createInstance(SdrObject* pObject);
#endif