diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:29:07 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 19:25:20 +0100 |
commit | c927d6daa9a6403c53cc41b1ab4dde820f08f387 (patch) | |
tree | bf87e9a9e8769ac831c75d84fbc5aa851f21f132 /xmloff/inc/PropertySetMerger.hxx | |
parent | 7b49f8c7ebf40048181b56e9bfb11135bd473cab (diff) |
tdf#123936 Formatting files in module xmloff with clang-format
Change-Id: I4d9016a0e646da5d9f0044762f6ecce86ce1242b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105732
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmloff/inc/PropertySetMerger.hxx')
-rw-r--r-- | xmloff/inc/PropertySetMerger.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/PropertySetMerger.hxx b/xmloff/inc/PropertySetMerger.hxx index 22ec387fa0b9..26b076b4972b 100644 --- a/xmloff/inc/PropertySetMerger.hxx +++ b/xmloff/inc/PropertySetMerger.hxx @@ -22,10 +22,9 @@ #include <com/sun/star/beans/XPropertySet.hpp> -extern css::uno::Reference< css::beans::XPropertySet > - PropertySetMerger_CreateInstance( - const css::uno::Reference< css::beans::XPropertySet >& rPropSet1, - const css::uno::Reference< css::beans::XPropertySet >& rPropSet2 ) throw(); +extern css::uno::Reference<css::beans::XPropertySet> PropertySetMerger_CreateInstance( + const css::uno::Reference<css::beans::XPropertySet>& rPropSet1, + const css::uno::Reference<css::beans::XPropertySet>& rPropSet2) throw(); #endif |