diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:48:11 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-13 15:11:13 +0100 |
commit | 6da61d5fa731fc34dc27607b6dc02b91928e4a54 (patch) | |
tree | 499df23c5ab574b94ba56fef9b884adc3d88c750 /basctl/source/basicide/basicmod.hxx | |
parent | 65d6173152deab49f9c9ed138f6d9fa56008b800 (diff) |
tdf#123936 Formatting files in module basctl with clang-format
Change-Id: I428d5642a19588456ff4af09e2f9f39ae17b2e4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105644
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'basctl/source/basicide/basicmod.hxx')
-rw-r--r-- | basctl/source/basicide/basicmod.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/basctl/source/basicide/basicmod.hxx b/basctl/source/basicide/basicmod.hxx index c15d53d85738..7a0175183dcb 100644 --- a/basctl/source/basicide/basicmod.hxx +++ b/basctl/source/basicide/basicmod.hxx @@ -17,19 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #pragma once #include <sfx2/module.hxx> namespace basctl { - class Module : public SfxModule { public: - Module(const OString& rResName, SfxObjectFactory *pObjFact) - : SfxModule(rResName, {pObjFact}) + Module(const OString& rResName, SfxObjectFactory* pObjFact) + : SfxModule(rResName, { pObjFact }) { } }; |