summaryrefslogtreecommitdiff
path: root/xmloff/inc/forms/form_handler_factory.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:29:07 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 19:25:20 +0100
commitc927d6daa9a6403c53cc41b1ab4dde820f08f387 (patch)
treebf87e9a9e8769ac831c75d84fbc5aa851f21f132 /xmloff/inc/forms/form_handler_factory.hxx
parent7b49f8c7ebf40048181b56e9bfb11135bd473cab (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/forms/form_handler_factory.hxx')
-rw-r--r--xmloff/inc/forms/form_handler_factory.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/xmloff/inc/forms/form_handler_factory.hxx b/xmloff/inc/forms/form_handler_factory.hxx
index 0ee97e631edc..5f33b23dda03 100644
--- a/xmloff/inc/forms/form_handler_factory.hxx
+++ b/xmloff/inc/forms/form_handler_factory.hxx
@@ -24,13 +24,12 @@
namespace xmloff
{
-
- //= FormHandlerFactory
- class FormHandlerFactory
- {
- public:
- static PPropertyHandler getFormPropertyHandler( const PropertyId i_propertyId );
- };
+//= FormHandlerFactory
+class FormHandlerFactory
+{
+public:
+ static PPropertyHandler getFormPropertyHandler(const PropertyId i_propertyId);
+};
} // namespace xmloff