summaryrefslogtreecommitdiff
path: root/include/comphelper/getexpandeduri.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:03:16 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-21 13:19:17 +0100
commit01baeab99890e5650b3dabc15f8d900490a5a133 (patch)
tree64a1b30b20a53262605312fff4d035876fc7c811 /include/comphelper/getexpandeduri.hxx
parent0108cd51faf942b3fc3a292522d4b2f421f1cf45 (diff)
tdf#123936 Formatting files in module include with clang-format
Change-Id: I0507dd797cd5a35e0ae14f4b69ee4e172d08a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105681 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'include/comphelper/getexpandeduri.hxx')
-rw-r--r--include/comphelper/getexpandeduri.hxx18
1 files changed, 11 insertions, 7 deletions
diff --git a/include/comphelper/getexpandeduri.hxx b/include/comphelper/getexpandeduri.hxx
index 90eb101b7b2c..5b75c43d48fe 100644
--- a/include/comphelper/getexpandeduri.hxx
+++ b/include/comphelper/getexpandeduri.hxx
@@ -15,11 +15,17 @@
#include <comphelper/comphelperdllapi.h>
#include <rtl/ustring.hxx>
-namespace com::sun::star::uno { class XComponentContext; }
-namespace com::sun::star::uno { template <typename > class Reference; }
-
-namespace comphelper {
+namespace com::sun::star::uno
+{
+class XComponentContext;
+}
+namespace com::sun::star::uno
+{
+template <typename> class Reference;
+}
+namespace comphelper
+{
/**
A helper function to expand vnd.sun.star.expand URLs.
@@ -28,9 +34,7 @@ namespace comphelper {
is returned unchanged.
*/
COMPHELPER_DLLPUBLIC OUString getExpandedUri(
- css::uno::Reference<css::uno::XComponentContext> const & context,
- OUString const & uri);
-
+ css::uno::Reference<css::uno::XComponentContext> const& context, OUString const& uri);
}
#endif